Module: Configuration::HandlerStatement::ImageName
- Defined in:
- lib/httpimagestore/configuration/handler.rb
Instance Attribute Summary collapse
-
#image_name ⇒ Object
readonly
Returns the value of attribute image_name.
Instance Method Summary collapse
Instance Attribute Details
#image_name ⇒ Object (readonly)
Returns the value of attribute image_name.
197 198 199 |
# File 'lib/httpimagestore/configuration/handler.rb', line 197 def image_name @image_name end |
Instance Method Details
#initialize(global, *args) ⇒ Object
199 200 201 202 203 204 205 206 |
# File 'lib/httpimagestore/configuration/handler.rb', line 199 def initialize(global, *args) @image_name = args.pop super(global, *args) config_local :imagename, @image_name # deprecated config_local :image_name, @image_name end |