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.
1612 1613 1614 |
# File 'lib/seam/resources/action_attempt.rb', line 1612 def action_attempt_id @action_attempt_id end |
#action_type ⇒ String
Updating a noise threshold is pending. Known values:
UPDATE_NOISE_THRESHOLD
1617 1618 1619 |
# File 'lib/seam/resources/action_attempt.rb', line 1617 def action_type @action_type end |
#status ⇒ String
Known values:
successpendingerror
1623 1624 1625 |
# File 'lib/seam/resources/action_attempt.rb', line 1623 def status @status end |