Class: Appium::Core::ImageElement::Dimension
- Inherits:
-
Struct
- Object
- Struct
- Appium::Core::ImageElement::Dimension
- Defined in:
- lib/appium_lib_core/element/image.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/appium_lib_core/element/image.rb', line 9 def height @height end |
#width ⇒ Object
Returns the value of attribute width
9 10 11 |
# File 'lib/appium_lib_core/element/image.rb', line 9 def width @width end |