Class: Seam::Resources::Device::Properties::SeamBridgeMetadata
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Device::Properties::SeamBridgeMetadata
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#device_num ⇒ Float?
Device number for Seam Bridge.
-
#name ⇒ String?
Name for Seam Bridge.
-
#unlock_method ⇒ String?
Unlock method for Seam Bridge.
Attributes inherited from BaseResource
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
#device_num ⇒ Float?
Device number for Seam Bridge.
1064 1065 1066 |
# File 'lib/seam/resources/device.rb', line 1064 def device_num @device_num end |
#name ⇒ String?
Name for Seam Bridge.
1067 1068 1069 |
# File 'lib/seam/resources/device.rb', line 1067 def name @name end |
#unlock_method ⇒ String?
Unlock method for Seam Bridge. Known values:
bridgedoorking
1073 1074 1075 |
# File 'lib/seam/resources/device.rb', line 1073 def unlock_method @unlock_method end |