Class: Panchira::PanchiraImage
- Inherits:
-
Object
- Object
- Panchira::PanchiraImage
- Defined in:
- lib/panchira/panchira_result.rb
Overview
Image attributes in PanchiraResult.
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
6 7 8 |
# File 'lib/panchira/panchira_result.rb', line 6 def height @height end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/panchira/panchira_result.rb', line 6 def url @url end |
#width ⇒ Object
Returns the value of attribute width.
6 7 8 |
# File 'lib/panchira/panchira_result.rb', line 6 def width @width end |