Class: Blufin::ImageContainer
- Inherits:
-
Object
- Object
- Blufin::ImageContainer
- Defined in:
- lib/core/image.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#ratio ⇒ Object
Returns the value of attribute ratio.
-
#size ⇒ Object
Returns the value of attribute size.
-
#size_human ⇒ Object
Returns the value of attribute size_human.
-
#type ⇒ Object
Returns the value of attribute type.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height.
7 8 9 |
# File 'lib/core/image.rb', line 7 def height @height end |
#ratio ⇒ Object
Returns the value of attribute ratio.
7 8 9 |
# File 'lib/core/image.rb', line 7 def ratio @ratio end |
#size ⇒ Object
Returns the value of attribute size.
7 8 9 |
# File 'lib/core/image.rb', line 7 def size @size end |
#size_human ⇒ Object
Returns the value of attribute size_human.
7 8 9 |
# File 'lib/core/image.rb', line 7 def size_human @size_human end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/core/image.rb', line 7 def type @type end |
#width ⇒ Object
Returns the value of attribute width.
7 8 9 |
# File 'lib/core/image.rb', line 7 def width @width end |