Class: Seam::Resources::ActionAttempt::UpdateNoiseThreshold
- Inherits:
-
ActionAttempt
- Object
- ActionAttempt
- Seam::Resources::ActionAttempt::UpdateNoiseThreshold
- 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
Updating 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.
1609 1610 1611 |
# File 'lib/seam/resources/action_attempt.rb', line 1609 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
Updating a noise threshold is pending. Known values:
UPDATE_NOISE_THRESHOLD
1614 1615 1616 |
# File 'lib/seam/resources/action_attempt.rb', line 1614 def action_type @action_type end |
#status ⇒ String
Known values:
successpendingerror
1620 1621 1622 |
# File 'lib/seam/resources/action_attempt.rb', line 1620 def status @status end |