Module: NetworkExecutive::NetworkHelper

Defined in:
app/helpers/network_executive/network_helper.rb

Instance Method Summary collapse

Instance Method Details

#guide_header_widthObject



8
9
10
# File 'app/helpers/network_executive/network_helper.rb', line 8

def guide_header_width
  '%.3f' % (1 / (@guide.times.size.to_f + 1) * 100)
end

#network_nameObject



4
5
6
# File 'app/helpers/network_executive/network_helper.rb', line 4

def network_name
  NetworkExecutive.config.name
end