Class: Appium::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/appium_lib_core/driver.rb

Overview

The struct for ‘location’

Instance Attribute Summary collapse

Instance Attribute Details

#altitudeObject

Returns the value of attribute altitude

Returns:

  • (Object)

    the current value of altitude



19
20
21
# File 'lib/appium_lib_core/driver.rb', line 19

def altitude
  @altitude
end

#latitudeObject

Returns the value of attribute latitude

Returns:

  • (Object)

    the current value of latitude



19
20
21
# File 'lib/appium_lib_core/driver.rb', line 19

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude

Returns:

  • (Object)

    the current value of longitude



19
20
21
# File 'lib/appium_lib_core/driver.rb', line 19

def longitude
  @longitude
end