Class: Configuration::Image
- Inherits:
-
Struct
- Object
- Struct
- Configuration::Image
- Includes:
- ImageMetaData
- Defined in:
- lib/httpimagestore/configuration/handler.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#height ⇒ Object
Returns the value of attribute height.
-
#mime_type ⇒ Object
Returns the value of attribute mime_type.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes included from ImageMetaData
#source_path, #source_url, #store_path, #store_url
Method Summary
Methods included from ImageMetaData
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
172 173 174 |
# File 'lib/httpimagestore/configuration/handler.rb', line 172 def data @data end |
#height ⇒ Object
Returns the value of attribute height
172 173 174 |
# File 'lib/httpimagestore/configuration/handler.rb', line 172 def height @height end |
#mime_type ⇒ Object
Returns the value of attribute mime_type
172 173 174 |
# File 'lib/httpimagestore/configuration/handler.rb', line 172 def mime_type @mime_type end |
#width ⇒ Object
Returns the value of attribute width
172 173 174 |
# File 'lib/httpimagestore/configuration/handler.rb', line 172 def width @width end |