Class: Appium::Core::ImageElement::Rectangle
- Inherits:
-
Struct
- Object
- Struct
- Appium::Core::ImageElement::Rectangle
- 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.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
10 11 12 |
# File 'lib/appium_lib_core/element/image.rb', line 10 def height @height end |
#width ⇒ Object
Returns the value of attribute width
10 11 12 |
# File 'lib/appium_lib_core/element/image.rb', line 10 def width @width end |
#x ⇒ Object
Returns the value of attribute x
10 11 12 |
# File 'lib/appium_lib_core/element/image.rb', line 10 def x @x end |
#y ⇒ Object
Returns the value of attribute y
10 11 12 |
# File 'lib/appium_lib_core/element/image.rb', line 10 def y @y end |