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_idString?

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

Returns:

  • (String, nil)


150
151
152
# File 'lib/seam/resources/device.rb', line 150

def _member_group_id
  @_member_group_id
end

#gadget_idString?

Gadget ID for an Akiles device.

Returns:

  • (String, nil)


153
154
155
# File 'lib/seam/resources/device.rb', line 153

def gadget_id
  @gadget_id
end

#gadget_nameString?

Gadget name for an Akiles device.

Returns:

  • (String, nil)


156
157
158
# File 'lib/seam/resources/device.rb', line 156

def gadget_name
  @gadget_name
end

#product_nameString?

Product name for an Akiles device.

Returns:

  • (String, nil)


159
160
161
# File 'lib/seam/resources/device.rb', line 159

def product_name
  @product_name
end