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

#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #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_nameString?

Name of the device location.

Returns:

  • (String, nil)


322
323
324
# File 'lib/seam/resources/unmanaged_device.rb', line 322

def location_name
  @location_name
end

#room_nameString?

Name of the room within the device location, when the provider reports one.

Returns:

  • (String, nil)


325
326
327
# File 'lib/seam/resources/unmanaged_device.rb', line 325

def room_name
  @room_name
end

#time_zoneString?

Time zone of the device location.

Returns:

  • (String, nil)


328
329
330
# File 'lib/seam/resources/unmanaged_device.rb', line 328

def time_zone
  @time_zone
end

#timezoneString?

Deprecated.

Use time_zone instead.

Time zone of the device location.

Returns:

  • (String, nil)


332
333
334
# File 'lib/seam/resources/unmanaged_device.rb', line 332

def timezone
  @timezone
end