Class: Seam::UnmanagedDevice
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::UnmanagedDevice
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/resources/unmanaged_device.rb
Instance Attribute Summary collapse
-
#capabilities_supported ⇒ Object
Returns the value of attribute capabilities_supported.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#is_managed ⇒ Object
Returns the value of attribute is_managed.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
Attributes inherited from BaseResource
Method Summary
Methods included from ResourceWarningsSupport
Methods included from ResourceErrorsSupport
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_supported ⇒ Object
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_id ⇒ Object
Returns the value of attribute connected_account_id.
5 6 7 |
# File 'lib/seam/resources/unmanaged_device.rb', line 5 def connected_account_id @connected_account_id end |
#device_id ⇒ Object
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_type ⇒ Object
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_managed ⇒ Object
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 |
#properties ⇒ Object
Returns the value of attribute properties.
5 6 7 |
# File 'lib/seam/resources/unmanaged_device.rb', line 5 def properties @properties end |
#workspace_id ⇒ Object
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 |