Class: AutomationObject::Driver::Dimension
- Inherits:
-
Struct
- Object
- Struct
- AutomationObject::Driver::Dimension
- Defined in:
- lib/automation_object/driver/driver.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
9 10 11 |
# File 'lib/automation_object/driver/driver.rb', line 9 def height @height end |
#width ⇒ Object
Returns the value of attribute width
9 10 11 |
# File 'lib/automation_object/driver/driver.rb', line 9 def width @width end |