Class: Seam::Resources::Device::Properties::SeamBridgeMetadata

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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_numObject

Device number for Seam Bridge.



545
546
547
# File 'lib/seam/resources/device.rb', line 545

def device_num
  @device_num
end

#nameObject

Name for Seam Bridge.



547
548
549
# File 'lib/seam/resources/device.rb', line 547

def name
  @name
end

#unlock_methodObject

Unlock method for Seam Bridge.



549
550
551
# File 'lib/seam/resources/device.rb', line 549

def unlock_method
  @unlock_method
end