Class: Seam::Resources::Location
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Location
- Defined in:
- lib/seam/routes/resources/location.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#geolocation ⇒ Object
Returns the value of attribute geolocation.
-
#location_id ⇒ Object
Returns the value of attribute location_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#display_name ⇒ Object
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def display_name @display_name end |
#geolocation ⇒ Object
Returns the value of attribute geolocation.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def geolocation @geolocation end |
#location_id ⇒ Object
Returns the value of attribute location_id.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def location_id @location_id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def name @name end |
#time_zone ⇒ Object
Returns the value of attribute time_zone.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def time_zone @time_zone end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/location.rb', line 6 def workspace_id @workspace_id end |