Class: Seam::Resources::Device::Properties::WyzeMetadata

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 Wyze device.



662
663
664
# File 'lib/seam/resources/device.rb', line 662

def device_id
  @device_id
end

#device_info_modelObject

Device information model for a Wyze device.



664
665
666
# File 'lib/seam/resources/device.rb', line 664

def device_info_model
  @device_info_model
end

#device_nameObject

Device name for a Wyze device.



666
667
668
# File 'lib/seam/resources/device.rb', line 666

def device_name
  @device_name
end

#keypad_uuidObject

Keypad UUID for a Wyze device.



668
669
670
# File 'lib/seam/resources/device.rb', line 668

def keypad_uuid
  @keypad_uuid
end

#locker_status_hardlockObject

Locker status (hardlock) for a Wyze device.



670
671
672
# File 'lib/seam/resources/device.rb', line 670

def locker_status_hardlock
  @locker_status_hardlock
end

#product_modelObject

Product model for a Wyze device.



672
673
674
# File 'lib/seam/resources/device.rb', line 672

def product_model
  @product_model
end

#product_nameObject

Product name for a Wyze device.



674
675
676
# File 'lib/seam/resources/device.rb', line 674

def product_name
  @product_name
end

#product_typeObject

Product type for a Wyze device.



676
677
678
# File 'lib/seam/resources/device.rb', line 676

def product_type
  @product_type
end