Class: InfluxdbSetup::Commands

Inherits:
Object
  • Object
show all
Defined in:
lib/influxdb_setup/commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCommands

Returns a new instance of Commands.



5
6
7
# File 'lib/influxdb_setup/commands.rb', line 5

def initialize
  @config = Config.new
end

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



3
4
5
# File 'lib/influxdb_setup/commands.rb', line 3

def config
  @config
end