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.
64 65 66 |
# File 'lib/cure/config.rb', line 64 def config @config end |
Instance Method Details
#load_config(config) ⇒ Config
68 69 70 |
# File 'lib/cure/config.rb', line 68 def load_config(config) @config = config end |