Class: Seam::Resources::ActionAttempt::DeleteAccessCode
- Inherits:
-
ActionAttempt
- Object
- ActionAttempt
- Seam::Resources::ActionAttempt::DeleteAccessCode
- Defined in:
- lib/seam/resources/action_attempt.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#action_attempt_id ⇒ String
ID of the action attempt.
-
#action_type ⇒ String
Deleting an access code is pending.
-
#status ⇒ String
Known values: -
success-pending-error.
Instance Method Summary collapse
-
#error ⇒ Error?
Error associated with the action.
-
#result ⇒ Result?
Result of the action.
Instance Attribute Details
#action_attempt_id ⇒ String
ID of the action attempt.
1460 1461 1462 |
# File 'lib/seam/resources/action_attempt.rb', line 1460 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
Deleting an access code is pending. Known values:
DELETE_ACCESS_CODE
1465 1466 1467 |
# File 'lib/seam/resources/action_attempt.rb', line 1465 def action_type @action_type end |
#status ⇒ String
Known values:
successpendingerror
1471 1472 1473 |
# File 'lib/seam/resources/action_attempt.rb', line 1471 def status @status end |