Class: Selenium::WebDriver::Location
- Inherits:
-
Struct
- Object
- Struct
- Selenium::WebDriver::Location
- Defined in:
- rb/lib/selenium/webdriver.rb
Instance Attribute Summary (collapse)
-
- (Object) altitude
Returns the value of attribute altitude.
-
- (Object) latitude
Returns the value of attribute latitude.
-
- (Object) longitude
Returns the value of attribute longitude.
Instance Attribute Details
- (Object) altitude
Returns the value of attribute altitude
15 16 17 |
# File 'rb/lib/selenium/webdriver.rb', line 15 def altitude @altitude end |
- (Object) latitude
Returns the value of attribute latitude
15 16 17 |
# File 'rb/lib/selenium/webdriver.rb', line 15 def latitude @latitude end |
- (Object) longitude
Returns the value of attribute longitude
15 16 17 |
# File 'rb/lib/selenium/webdriver.rb', line 15 def longitude @longitude end |