Class: Manywho::GeoLocation

Inherits:
MyStruct show all
Defined in:
lib/manywho.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from MyStruct

#initialize, #to_json

Constructor Details

This class inherits a constructor from Manywho::MyStruct

Instance Attribute Details

#accuracyObject

Returns the value of attribute accuracy.



532
533
534
# File 'lib/manywho.rb', line 532

def accuracy
  @accuracy
end

#altitudeObject

Returns the value of attribute altitude.



532
533
534
# File 'lib/manywho.rb', line 532

def altitude
  @altitude
end

#altitudeAccuracyObject

Returns the value of attribute altitudeAccuracy.



532
533
534
# File 'lib/manywho.rb', line 532

def altitudeAccuracy
  @altitudeAccuracy
end

#headingObject

Returns the value of attribute heading.



532
533
534
# File 'lib/manywho.rb', line 532

def heading
  @heading
end

#latitudeObject

Returns the value of attribute latitude.



532
533
534
# File 'lib/manywho.rb', line 532

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



532
533
534
# File 'lib/manywho.rb', line 532

def longitude
  @longitude
end

#speedObject

Returns the value of attribute speed.



532
533
534
# File 'lib/manywho.rb', line 532

def speed
  @speed
end