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 ⇒ Object
ID of the action attempt.
-
#action_type ⇒ Object
Returns the value of attribute action_type.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from BaseResource
Method Summary
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 ⇒ Object
ID of the action attempt.
312 313 314 |
# File 'lib/seam/resources/action_attempt.rb', line 312 def action_attempt_id @action_attempt_id end |
#action_type ⇒ Object
Returns the value of attribute action_type.
313 314 315 |
# File 'lib/seam/resources/action_attempt.rb', line 313 def action_type @action_type end |
#status ⇒ Object
Returns the value of attribute status.
314 315 316 |
# File 'lib/seam/resources/action_attempt.rb', line 314 def status @status end |