Class: SwitchTower::Configuration::Role

Inherits:
Struct
  • Object
show all
Defined in:
lib/switchtower/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



10
11
12
# File 'lib/switchtower/configuration.rb', line 10

def host
  @host
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



10
11
12
# File 'lib/switchtower/configuration.rb', line 10

def options
  @options
end