Class: Seam::Resources::Space::Geolocation
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Space::Geolocation
- Defined in:
- lib/seam/resources/space.rb
Instance Attribute Summary collapse
-
#latitude ⇒ Object
Latitude of the space, in decimal degrees.
-
#longitude ⇒ Object
Longitude of the space, in decimal degrees.
Attributes inherited from BaseResource
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
#latitude ⇒ Object
Latitude of the space, in decimal degrees.
20 21 22 |
# File 'lib/seam/resources/space.rb', line 20 def latitude @latitude end |
#longitude ⇒ Object
Longitude of the space, in decimal degrees.
22 23 24 |
# File 'lib/seam/resources/space.rb', line 22 def longitude @longitude end |