Class: Seam::Resources::Location

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

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_nameObject

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

#geolocationObject

Returns the value of attribute geolocation.



6
7
8
# File 'lib/seam/routes/resources/location.rb', line 6

def geolocation
  @geolocation
end

#location_idObject

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

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/seam/routes/resources/location.rb', line 6

def name
  @name
end

#time_zoneObject

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_idObject

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