Class: Eaglenube::Synchronizer::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/eaglenube/synchronizer/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_configObject

Returns the value of attribute model_config.



9
10
11
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9

def model_config
  @model_config
end

#option1Object

Returns the value of attribute option1.



9
10
11
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9

def option1
  @option1
end

#option2Object

Returns the value of attribute option2.



9
10
11
# File 'lib/eaglenube/synchronizer/configuration.rb', line 9

def option2
  @option2
end