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

#latitudeFloat

Latitude of the space, in decimal degrees.

Returns:

  • (Float)


25
26
27
# File 'lib/seam/resources/space.rb', line 25

def latitude
  @latitude
end

#longitudeFloat

Longitude of the space, in decimal degrees.

Returns:

  • (Float)


28
29
30
# File 'lib/seam/resources/space.rb', line 28

def longitude
  @longitude
end