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