Class: Seam::UnmanagedDevice

Inherits:
BaseResource show all
Includes:
ResourceErrorsSupport, ResourceWarningsSupport
Defined in:
lib/seam/resources/unmanaged_device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods included from ResourceWarningsSupport

#warnings

Methods included from ResourceErrorsSupport

#errors

Methods inherited from BaseResource

date_accessor, #initialize, #inspect, load_from_response, #update_from_response

Constructor Details

This class inherits a constructor from Seam::BaseResource

Instance Attribute Details

#capabilities_supportedObject

Returns the value of attribute capabilities_supported.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def capabilities_supported
  @capabilities_supported
end

#connected_account_idObject

Returns the value of attribute connected_account_id.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def 
  @connected_account_id
end

#device_idObject

Returns the value of attribute device_id.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def device_id
  @device_id
end

#device_typeObject

Returns the value of attribute device_type.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def device_type
  @device_type
end

#is_managedObject

Returns the value of attribute is_managed.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def is_managed
  @is_managed
end

#propertiesObject

Returns the value of attribute properties.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def properties
  @properties
end

#workspace_idObject

Returns the value of attribute workspace_id.



5
6
7
# File 'lib/seam/resources/unmanaged_device.rb', line 5

def workspace_id
  @workspace_id
end