Class: Cure::Configuration::ConfigurationSource
- Inherits:
-
Object
- Object
- Cure::Configuration::ConfigurationSource
- Includes:
- Singleton
- Defined in:
- lib/cure/config.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
61 62 63 |
# File 'lib/cure/config.rb', line 61 def config @config end |
Instance Method Details
#load_config(config) ⇒ Config
65 66 67 |
# File 'lib/cure/config.rb', line 65 def load_config(config) @config = config end |