Class: Selenium::WebDriver::Location
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Location
- Defined in:
- lib/selenium/webdriver.rb
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
15 16 17 |
# File 'lib/selenium/webdriver.rb', line 15 def altitude @altitude end |
#latitude ⇒ Object
Returns the value of attribute latitude
15 16 17 |
# File 'lib/selenium/webdriver.rb', line 15 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude
15 16 17 |
# File 'lib/selenium/webdriver.rb', line 15 def longitude @longitude end |