Class: Seam::Resources::ActionAttempt
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt
- Defined in:
- lib/seam/resources/action_attempt.rb
Overview
Locking a door is pending.
Defined Under Namespace
Instance Attribute Summary collapse
-
#action_attempt_id ⇒ String
ID of the action attempt.
- #action_type ⇒ String
- #status ⇒ String
Attributes inherited from BaseResource
Instance Method Summary collapse
-
#error ⇒ Error
Error associated with the action.
- #result ⇒ Result
Methods inherited from BaseResource
#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#action_attempt_id ⇒ String
ID of the action attempt.
502 503 504 |
# File 'lib/seam/resources/action_attempt.rb', line 502 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
504 505 506 |
# File 'lib/seam/resources/action_attempt.rb', line 504 def action_type @action_type end |
#status ⇒ String
506 507 508 |
# File 'lib/seam/resources/action_attempt.rb', line 506 def status @status end |