Class: Seam::Resources::Device::Properties::SmartthingsMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::SmartthingsMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#device_id ⇒ String?
Device ID for a SmartThings device.
-
#device_name ⇒ String?
Device name for a SmartThings device.
-
#location_id ⇒ String?
Location ID for a SmartThings device.
-
#model ⇒ String?
Model for a SmartThings 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 a SmartThings device.
793 794 795 |
# File 'lib/seam/resources/device.rb', line 793 def device_id @device_id end |
#device_name ⇒ String?
Device name for a SmartThings device.
796 797 798 |
# File 'lib/seam/resources/device.rb', line 796 def device_name @device_name end |
#location_id ⇒ String?
Location ID for a SmartThings device.
799 800 801 |
# File 'lib/seam/resources/device.rb', line 799 def location_id @location_id end |
#model ⇒ String?
Model for a SmartThings device.
802 803 804 |
# File 'lib/seam/resources/device.rb', line 802 def model @model end |