Class: Seam::Resources::AccessCode
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::AccessCode
- Includes:
- ResourceErrorsSupport, ResourceWarningsSupport
- Defined in:
- lib/seam/routes/resources/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.
-
#common_code_key ⇒ Object
Returns the value of attribute common_code_key.
-
#device_id ⇒ Object
Returns the value of attribute device_id.
-
#dormakaba_oracode_metadata ⇒ Object
Returns the value of attribute dormakaba_oracode_metadata.
-
#is_backup ⇒ Object
Returns the value of attribute is_backup.
-
#is_backup_access_code_available ⇒ Object
Returns the value of attribute is_backup_access_code_available.
-
#is_external_modification_allowed ⇒ Object
Returns the value of attribute is_external_modification_allowed.
-
#is_managed ⇒ Object
Returns the value of attribute is_managed.
-
#is_offline_access_code ⇒ Object
Returns the value of attribute is_offline_access_code.
-
#is_one_time_use ⇒ Object
Returns the value of attribute is_one_time_use.
-
#is_scheduled_on_device ⇒ Object
Returns the value of attribute is_scheduled_on_device.
-
#is_waiting_for_code_assignment ⇒ Object
Returns the value of attribute is_waiting_for_code_assignment.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
-
#pulled_backup_access_code_id ⇒ Object
Returns the value of attribute pulled_backup_access_code_id.
-
#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/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/access_code.rb', line 6 def code @code end |
#common_code_key ⇒ Object
Returns the value of attribute common_code_key.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def common_code_key @common_code_key end |
#device_id ⇒ Object
Returns the value of attribute device_id.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def device_id @device_id end |
#dormakaba_oracode_metadata ⇒ Object
Returns the value of attribute dormakaba_oracode_metadata.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def @dormakaba_oracode_metadata end |
#is_backup ⇒ Object
Returns the value of attribute is_backup.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_backup @is_backup end |
#is_backup_access_code_available ⇒ Object
Returns the value of attribute is_backup_access_code_available.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_backup_access_code_available @is_backup_access_code_available end |
#is_external_modification_allowed ⇒ Object
Returns the value of attribute is_external_modification_allowed.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_external_modification_allowed @is_external_modification_allowed end |
#is_managed ⇒ Object
Returns the value of attribute is_managed.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_managed @is_managed end |
#is_offline_access_code ⇒ Object
Returns the value of attribute is_offline_access_code.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_offline_access_code @is_offline_access_code end |
#is_one_time_use ⇒ Object
Returns the value of attribute is_one_time_use.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_one_time_use @is_one_time_use end |
#is_scheduled_on_device ⇒ Object
Returns the value of attribute is_scheduled_on_device.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_scheduled_on_device @is_scheduled_on_device end |
#is_waiting_for_code_assignment ⇒ Object
Returns the value of attribute is_waiting_for_code_assignment.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def is_waiting_for_code_assignment @is_waiting_for_code_assignment end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def name @name end |
#pending_mutations ⇒ Object
Returns the value of attribute pending_mutations.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def pending_mutations @pending_mutations end |
#pulled_backup_access_code_id ⇒ Object
Returns the value of attribute pulled_backup_access_code_id.
6 7 8 |
# File 'lib/seam/routes/resources/access_code.rb', line 6 def pulled_backup_access_code_id @pulled_backup_access_code_id end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/seam/routes/resources/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/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/access_code.rb', line 6 def workspace_id @workspace_id end |