Class: Tomo::Configuration::Environment
- Inherits:
-
Object
- Object
- Tomo::Configuration::Environment
- Defined in:
- lib/tomo/configuration/environment.rb
Instance Attribute Summary collapse
-
#hosts ⇒ Object
Returns the value of attribute hosts.
-
#settings ⇒ Object
Returns the value of attribute settings.
Instance Method Summary collapse
-
#initialize ⇒ Environment
constructor
A new instance of Environment.
Constructor Details
#initialize ⇒ Environment
Returns a new instance of Environment.
8 9 10 11 |
# File 'lib/tomo/configuration/environment.rb', line 8 def initialize @hosts = [] @settings = {} end |
Instance Attribute Details
#hosts ⇒ Object
Returns the value of attribute hosts.
6 7 8 |
# File 'lib/tomo/configuration/environment.rb', line 6 def hosts @hosts end |
#settings ⇒ Object
Returns the value of attribute settings.
6 7 8 |
# File 'lib/tomo/configuration/environment.rb', line 6 def settings @settings end |