Module: HTTPThumbnailerClient::ThumbnailsInputIdentifyMeta
- Defined in:
- lib/httpthumbnailer-client.rb
Instance Attribute Summary collapse
-
#input_height ⇒ Object
Returns the value of attribute input_height.
-
#input_mime_type ⇒ Object
Returns the value of attribute input_mime_type.
-
#input_width ⇒ Object
added to thumbnailer v1.1.0 so may be nil for older server.
Instance Attribute Details
#input_height ⇒ Object
Returns the value of attribute input_height.
81 82 83 |
# File 'lib/httpthumbnailer-client.rb', line 81 def input_height @input_height end |
#input_mime_type ⇒ Object
Returns the value of attribute input_mime_type.
77 78 79 |
# File 'lib/httpthumbnailer-client.rb', line 77 def input_mime_type @input_mime_type end |
#input_width ⇒ Object
added to thumbnailer v1.1.0 so may be nil for older server
80 81 82 |
# File 'lib/httpthumbnailer-client.rb', line 80 def input_width @input_width end |