Class: Seam::Resources::Device::Properties::UltraloqMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::UltraloqMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#device_id ⇒ String?
Device ID for an Ultraloq device.
-
#device_name ⇒ String?
Device name for an Ultraloq device.
-
#device_type ⇒ String?
Device type for an Ultraloq device.
-
#time_zone ⇒ String?
IANA timezone for the Ultraloq device.
Attributes inherited from BaseResource
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
#device_id ⇒ String?
Device ID for an Ultraloq device.
907 908 909 |
# File 'lib/seam/resources/device.rb', line 907 def device_id @device_id end |
#device_name ⇒ String?
Device name for an Ultraloq device.
910 911 912 |
# File 'lib/seam/resources/device.rb', line 910 def device_name @device_name end |
#device_type ⇒ String?
Device type for an Ultraloq device.
913 914 915 |
# File 'lib/seam/resources/device.rb', line 913 def device_type @device_type end |
#time_zone ⇒ String?
IANA timezone for the Ultraloq device.
916 917 918 |
# File 'lib/seam/resources/device.rb', line 916 def time_zone @time_zone end |