Class: Size
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
1 2 3 |
# File 'lib/hemi/helpers/simple.rb', line 1 def height @height end |
#width ⇒ Object
Returns the value of attribute width
1 2 3 |
# File 'lib/hemi/helpers/simple.rb', line 1 def width @width end |