Class: Seam::Resources::Device::Location

Inherits:
BaseResource show all
Defined in:
lib/seam/resources/device.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

#location_nameObject

Name of the device location.



42
43
44
# File 'lib/seam/resources/device.rb', line 42

def location_name
  @location_name
end

#time_zoneObject

Time zone of the device location.



44
45
46
# File 'lib/seam/resources/device.rb', line 44

def time_zone
  @time_zone
end

#timezoneObject

Deprecated.

Use time_zone instead.

Time zone of the device location.



47
48
49
# File 'lib/seam/resources/device.rb', line 47

def timezone
  @timezone
end