Class: WDA::Dimension
- Inherits:
-
Struct
- Object
- Struct
- WDA::Dimension
- Defined in:
- lib/wda_lib.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
27 28 29 |
# File 'lib/wda_lib.rb', line 27 def height @height end |
#width ⇒ Object
Returns the value of attribute width
27 28 29 |
# File 'lib/wda_lib.rb', line 27 def width @width end |