Class: Mittsu::Image
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::Image
- Defined in:
- lib/mittsu/extras/image.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
2 3 4 |
# File 'lib/mittsu/extras/image.rb', line 2 def data @data end |
#height ⇒ Object
Returns the value of attribute height
2 3 4 |
# File 'lib/mittsu/extras/image.rb', line 2 def height @height end |
#width ⇒ Object
Returns the value of attribute width
2 3 4 |
# File 'lib/mittsu/extras/image.rb', line 2 def width @width end |