Class: Appium::Location
- Inherits:
-
Struct
- Object
- Struct
- Appium::Location
- Defined in:
- lib/appium_lib_core/driver.rb
Overview
The struct for ‘location’
Instance Attribute Summary collapse
-
#altitude ⇒ Object
Returns the value of attribute altitude.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
Instance Attribute Details
#altitude ⇒ Object
Returns the value of attribute altitude
19 20 21 |
# File 'lib/appium_lib_core/driver.rb', line 19 def altitude @altitude end |
#latitude ⇒ Object
Returns the value of attribute latitude
19 20 21 |
# File 'lib/appium_lib_core/driver.rb', line 19 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
19 20 21 |
# File 'lib/appium_lib_core/driver.rb', line 19 def longitude @longitude end |