Exception: Picky::Interfaces::LiveParameters::MasterChild::CouldNotUpdateConfigurationError
- Inherits:
-
StandardError
- Object
- StandardError
- Picky::Interfaces::LiveParameters::MasterChild::CouldNotUpdateConfigurationError
- Defined in:
- lib/picky/interfaces/live_parameters/master_child.rb
Instance Attribute Summary collapse
-
#config_key ⇒ Object
readonly
Returns the value of attribute config_key.
Instance Method Summary collapse
-
#initialize(config_key, message) ⇒ CouldNotUpdateConfigurationError
constructor
A new instance of CouldNotUpdateConfigurationError.
Constructor Details
#initialize(config_key, message) ⇒ CouldNotUpdateConfigurationError
Returns a new instance of CouldNotUpdateConfigurationError.
102 103 104 105 |
# File 'lib/picky/interfaces/live_parameters/master_child.rb', line 102 def initialize config_key, super @config_key = config_key end |
Instance Attribute Details
#config_key ⇒ Object (readonly)
Returns the value of attribute config_key.
101 102 103 |
# File 'lib/picky/interfaces/live_parameters/master_child.rb', line 101 def config_key @config_key end |