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 ⇒ Object
Device number for Seam Bridge.
-
#name ⇒ Object
Name for Seam Bridge.
-
#unlock_method ⇒ Object
Unlock method for Seam Bridge.
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_num ⇒ Object
Device number for Seam Bridge.
545 546 547 |
# File 'lib/seam/resources/device.rb', line 545 def device_num @device_num end |
#name ⇒ Object
Name for Seam Bridge.
547 548 549 |
# File 'lib/seam/resources/device.rb', line 547 def name @name end |
#unlock_method ⇒ Object
Unlock method for Seam Bridge.
549 550 551 |
# File 'lib/seam/resources/device.rb', line 549 def unlock_method @unlock_method end |