Class: Eaglenube::Synchronizer::Configuration
- Inherits:
-
Object
- Object
- Eaglenube::Synchronizer::Configuration
- Defined in:
- lib/eaglenube/synchronizer/configuration.rb
Instance Attribute Summary collapse
-
#model_config ⇒ Object
Returns the value of attribute model_config.
-
#option1 ⇒ Object
Returns the value of attribute option1.
-
#option2 ⇒ Object
Returns the value of attribute option2.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 14 |
# File 'lib/eaglenube/synchronizer/configuration.rb', line 11 def initialize @option1 = "default_value_1" @option2 = "default_value_2" end |
Instance Attribute Details
#model_config ⇒ Object
Returns the value of attribute model_config.
9 10 11 |
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9 def model_config @model_config end |
#option1 ⇒ Object
Returns the value of attribute option1.
9 10 11 |
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9 def option1 @option1 end |
#option2 ⇒ Object
Returns the value of attribute option2.
9 10 11 |
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9 def option2 @option2 end |