Class: Seam::Resources::Device::Properties::AkilesMetadata

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

#_member_group_idObject

Group ID to which to add users for an Akiles device.



110
111
112
# File 'lib/seam/resources/device.rb', line 110

def _member_group_id
  @_member_group_id
end

#gadget_idObject

Gadget ID for an Akiles device.



112
113
114
# File 'lib/seam/resources/device.rb', line 112

def gadget_id
  @gadget_id
end

#gadget_nameObject

Gadget name for an Akiles device.



114
115
116
# File 'lib/seam/resources/device.rb', line 114

def gadget_name
  @gadget_name
end

#product_nameObject

Product name for an Akiles device.



116
117
118
# File 'lib/seam/resources/device.rb', line 116

def product_name
  @product_name
end