Class: Seam::Resources::Space::Geolocation

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/space.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#latitudeObject

Latitude of the space, in decimal degrees.



20
21
22
# File 'lib/seam/resources/space.rb', line 20

def latitude
  @latitude
end

#longitudeObject

Longitude of the space, in decimal degrees.



22
23
24
# File 'lib/seam/resources/space.rb', line 22

def longitude
  @longitude
end