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.



536
537
538
# File 'lib/manywho.rb', line 536

def accuracy
  @accuracy
end

#altitudeObject

Returns the value of attribute altitude.



536
537
538
# File 'lib/manywho.rb', line 536

def altitude
  @altitude
end

#altitudeAccuracyObject

Returns the value of attribute altitudeAccuracy.



536
537
538
# File 'lib/manywho.rb', line 536

def altitudeAccuracy
  @altitudeAccuracy
end

#headingObject

Returns the value of attribute heading.



536
537
538
# File 'lib/manywho.rb', line 536

def heading
  @heading
end

#latitudeObject

Returns the value of attribute latitude.



536
537
538
# File 'lib/manywho.rb', line 536

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



536
537
538
# File 'lib/manywho.rb', line 536

def longitude
  @longitude
end

#speedObject

Returns the value of attribute speed.



536
537
538
# File 'lib/manywho.rb', line 536

def speed
  @speed
end