Class: App42::Geo::Geo

Inherits:
App42Response show all
Defined in:
lib/geo/Geo.rb

Instance Attribute Summary collapse

Attributes inherited from App42Response

#isResponseSuccess, #strResponse, #totalRecords

Instance Attribute Details

#createdOnObject

Returns the value of attribute createdOn.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def createdOn
  @createdOn
end

#distanceInKMObject

Returns the value of attribute distanceInKM.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def distanceInKM
  @distanceInKM
end

#pointListObject

Returns the value of attribute pointList.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def pointList
  @pointList
end

#sourceLatObject

Returns the value of attribute sourceLat.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def sourceLat
  @sourceLat
end

#sourceLngObject

Returns the value of attribute sourceLng.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def sourceLng
  @sourceLng
end

#storageNameObject

Returns the value of attribute storageName.



16
17
18
# File 'lib/geo/Geo.rb', line 16

def storageName
  @storageName
end