Class: Seam::Resources::UnmanagedAccessCode
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::UnmanagedAccessCode
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/unmanaged_access_code.rb
Instance Attribute Summary collapse
-
#access_code_id ⇒ Object
Returns the value of attribute access_code_id.
-
#code ⇒ Object
Returns the value of attribute code.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#is_managed ⇒ Object
Returns the value of attribute is_managed.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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::Resources::BaseResource
Instance Attribute Details
#access_code_id ⇒ Object
Returns the value of attribute access_code_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def access_code_id @access_code_id end |
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def code @code end |
#device_id ⇒ Object
Returns the value of attribute device_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def device_id @device_id end |
#is_managed ⇒ Object
Returns the value of attribute is_managed.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def is_managed @is_managed end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def name @name end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def type @type end |
#workspace_id ⇒ Object
Returns the value of attribute workspace_id.
6 7 8 |
# File 'lib/seam/routes/resources/unmanaged_access_code.rb', line 6 def workspace_id @workspace_id end |