Class: Manywho::GeoLocation
Instance Attribute Summary collapse
-
#accuracy ⇒ Object
Returns the value of attribute accuracy.
-
#altitude ⇒ Object
Returns the value of attribute altitude.
-
#altitudeAccuracy ⇒ Object
Returns the value of attribute altitudeAccuracy.
-
#heading ⇒ Object
Returns the value of attribute heading.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#speed ⇒ Object
Returns the value of attribute speed.
Method Summary
Methods inherited from MyStruct
Constructor Details
This class inherits a constructor from Manywho::MyStruct
Instance Attribute Details
#accuracy ⇒ Object
Returns the value of attribute accuracy.
532 533 534 |
# File 'lib/manywho.rb', line 532 def accuracy @accuracy end |
#altitude ⇒ Object
Returns the value of attribute altitude.
532 533 534 |
# File 'lib/manywho.rb', line 532 def altitude @altitude end |
#altitudeAccuracy ⇒ Object
Returns the value of attribute altitudeAccuracy.
532 533 534 |
# File 'lib/manywho.rb', line 532 def altitudeAccuracy @altitudeAccuracy end |
#heading ⇒ Object
Returns the value of attribute heading.
532 533 534 |
# File 'lib/manywho.rb', line 532 def heading @heading end |
#latitude ⇒ Object
Returns the value of attribute latitude.
532 533 534 |
# File 'lib/manywho.rb', line 532 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
532 533 534 |
# File 'lib/manywho.rb', line 532 def longitude @longitude end |
#speed ⇒ Object
Returns the value of attribute speed.
532 533 534 |
# File 'lib/manywho.rb', line 532 def speed @speed end |