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 ⇒ Float
Latitude of the space, in decimal degrees.
-
#longitude ⇒ Float
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 ⇒ Float
Latitude of the space, in decimal degrees.
25 26 27 |
# File 'lib/seam/resources/space.rb', line 25 def latitude @latitude end |
#longitude ⇒ Float
Longitude of the space, in decimal degrees.
28 29 30 |
# File 'lib/seam/resources/space.rb', line 28 def longitude @longitude end |