Module: Configuration::HandlerStatement::LocalConfiguration
- Defined in:
- lib/httpimagestore/configuration/handler/statement.rb
Overview
Base class for all statements that are within get/post/put/delete handler
Instance Attribute Summary collapse
-
#local_configuration ⇒ Object
readonly
Returns the value of attribute local_configuration.
Instance Method Summary collapse
Instance Attribute Details
#local_configuration ⇒ Object (readonly)
Returns the value of attribute local_configuration.
9 10 11 |
# File 'lib/httpimagestore/configuration/handler/statement.rb', line 9 def local_configuration @local_configuration end |
Instance Method Details
#config_local(name, value) ⇒ Object
10 11 12 13 |
# File 'lib/httpimagestore/configuration/handler/statement.rb', line 10 def config_local(name, value) @local_configuration ||= {} @local_configuration[name] = value end |