Class: Seam::Resources::UnmanagedDevice::Location

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



22
23
24
# File 'lib/seam/resources/unmanaged_device.rb', line 22

def location_name
  @location_name
end

#time_zoneObject

Time zone of the device location.



24
25
26
# File 'lib/seam/resources/unmanaged_device.rb', line 24

def time_zone
  @time_zone
end

#timezoneObject

Deprecated.

Use time_zone instead.

Time zone of the device location.



27
28
29
# File 'lib/seam/resources/unmanaged_device.rb', line 27

def timezone
  @timezone
end