Class: App42::Geo::Geo
- Inherits:
-
App42Response
- Object
- App42Response
- App42::Geo::Geo
- Defined in:
- lib/geo/Geo.rb
Instance Attribute Summary collapse
-
#createdOn ⇒ Object
Returns the value of attribute createdOn.
-
#distanceInKM ⇒ Object
Returns the value of attribute distanceInKM.
-
#pointList ⇒ Object
Returns the value of attribute pointList.
-
#sourceLat ⇒ Object
Returns the value of attribute sourceLat.
-
#sourceLng ⇒ Object
Returns the value of attribute sourceLng.
-
#storageName ⇒ Object
Returns the value of attribute storageName.
Attributes inherited from App42Response
#isResponseSuccess, #strResponse, #totalRecords
Instance Attribute Details
#createdOn ⇒ Object
Returns the value of attribute createdOn.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def createdOn @createdOn end |
#distanceInKM ⇒ Object
Returns the value of attribute distanceInKM.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def distanceInKM @distanceInKM end |
#pointList ⇒ Object
Returns the value of attribute pointList.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def pointList @pointList end |
#sourceLat ⇒ Object
Returns the value of attribute sourceLat.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def sourceLat @sourceLat end |
#sourceLng ⇒ Object
Returns the value of attribute sourceLng.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def sourceLng @sourceLng end |
#storageName ⇒ Object
Returns the value of attribute storageName.
16 17 18 |
# File 'lib/geo/Geo.rb', line 16 def storageName @storageName end |