Class: Seam::Device
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Device
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/resources/device.rb
Instance Attribute Summary collapse
-
#can_program_offline_access_codes ⇒ Object
Returns the value of attribute can_program_offline_access_codes.
-
#can_program_online_access_codes ⇒ Object
Returns the value of attribute can_program_online_access_codes.
-
#can_remotely_lock ⇒ Object
Returns the value of attribute can_remotely_lock.
-
#can_remotely_unlock ⇒ Object
Returns the value of attribute can_remotely_unlock.
-
#can_simulate_removal ⇒ Object
Returns the value of attribute can_simulate_removal.
-
#capabilities_supported ⇒ Object
Returns the value of attribute capabilities_supported.
-
#connected_account_id ⇒ Object
Returns the value of attribute connected_account_id.
-
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#display_name ⇒ Object
Returns the value of attribute display_name.
-
#is_managed ⇒ Object
Returns the value of attribute is_managed.
-
#location ⇒ Object
Returns the value of attribute location.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#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
#can_program_offline_access_codes ⇒ Object
Returns the value of attribute can_program_offline_access_codes.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def can_program_offline_access_codes @can_program_offline_access_codes end |
#can_program_online_access_codes ⇒ Object
Returns the value of attribute can_program_online_access_codes.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def can_program_online_access_codes @can_program_online_access_codes end |
#can_remotely_lock ⇒ Object
Returns the value of attribute can_remotely_lock.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def can_remotely_lock @can_remotely_lock end |
#can_remotely_unlock ⇒ Object
Returns the value of attribute can_remotely_unlock.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def can_remotely_unlock @can_remotely_unlock end |
#can_simulate_removal ⇒ Object
Returns the value of attribute can_simulate_removal.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def can_simulate_removal @can_simulate_removal end |
#capabilities_supported ⇒ Object
Returns the value of attribute capabilities_supported.
5 6 7 |
# File 'lib/seam/resources/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/device.rb', line 5 def connected_account_id @connected_account_id end |
#custom_metadata ⇒ Object
Returns the value of attribute custom_metadata.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def @custom_metadata end |
#device_id ⇒ Object
Returns the value of attribute device_id.
5 6 7 |
# File 'lib/seam/resources/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/device.rb', line 5 def device_type @device_type end |
#display_name ⇒ Object
Returns the value of attribute display_name.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def display_name @display_name end |
#is_managed ⇒ Object
Returns the value of attribute is_managed.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def is_managed @is_managed end |
#location ⇒ Object
Returns the value of attribute location.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def location @location end |
#nickname ⇒ Object
Returns the value of attribute nickname.
5 6 7 |
# File 'lib/seam/resources/device.rb', line 5 def nickname @nickname end |
#properties ⇒ Object
Returns the value of attribute properties.
5 6 7 |
# File 'lib/seam/resources/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/device.rb', line 5 def workspace_id @workspace_id end |