Class: Seam::Resources::ActionAttempt::CreateAccessCode
- Inherits:
-
ActionAttempt
- Object
- ActionAttempt
- Seam::Resources::ActionAttempt::CreateAccessCode
- 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
Creating 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.
1492 1493 1494 |
# File 'lib/seam/resources/action_attempt.rb', line 1492 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
Creating an access code is pending. Known values:
CREATE_ACCESS_CODE
1497 1498 1499 |
# File 'lib/seam/resources/action_attempt.rb', line 1497 def action_type @action_type end |
#status ⇒ String
Known values:
successpendingerror
1503 1504 1505 |
# File 'lib/seam/resources/action_attempt.rb', line 1503 def status @status end |