Class: Seam::Resources::ActionAttempt::CreateNoiseThreshold
- Inherits:
-
ActionAttempt
- Object
- ActionAttempt
- Seam::Resources::ActionAttempt::CreateNoiseThreshold
- 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 a noise threshold 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.
1539 1540 1541 |
# File 'lib/seam/resources/action_attempt.rb', line 1539 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
Creating a noise threshold is pending. Known values:
CREATE_NOISE_THRESHOLD
1544 1545 1546 |
# File 'lib/seam/resources/action_attempt.rb', line 1544 def action_type @action_type end |
#status ⇒ String
Known values:
successpendingerror
1550 1551 1552 |
# File 'lib/seam/resources/action_attempt.rb', line 1550 def status @status end |