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.
47 48 49 |
# File 'lib/cure/config.rb', line 47 def config @config end |
Instance Method Details
#load_config(config) ⇒ Config
51 52 53 |
# File 'lib/cure/config.rb', line 51 def load_config(config) @config = config end |