Class: Seam::Resources::Device::Properties::ControlbywebMetadata

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_idObject

Device ID for a ControlByWeb device.



186
187
188
# File 'lib/seam/resources/device.rb', line 186

def device_id
  @device_id
end

#device_nameObject

Device name for a ControlByWeb device.



188
189
190
# File 'lib/seam/resources/device.rb', line 188

def device_name
  @device_name
end

#relay_nameObject

Relay name for a ControlByWeb device.



190
191
192
# File 'lib/seam/resources/device.rb', line 190

def relay_name
  @relay_name
end