Exception: Seam::ActionAttemptError
- Inherits:
-
StandardError
- Object
- StandardError
- Seam::ActionAttemptError
- Defined in:
- lib/seam/wait_for_action_attempt.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#action_attempt ⇒ Object
readonly
Returns the value of attribute action_attempt.
Instance Method Summary collapse
-
#initialize(message, action_attempt) ⇒ ActionAttemptError
constructor
A new instance of ActionAttemptError.
- #name ⇒ Object
Constructor Details
#initialize(message, action_attempt) ⇒ ActionAttemptError
Returns a new instance of ActionAttemptError.
7 8 9 10 |
# File 'lib/seam/wait_for_action_attempt.rb', line 7 def initialize(, action_attempt) super() @action_attempt = action_attempt end |
Instance Attribute Details
#action_attempt ⇒ Object (readonly)
Returns the value of attribute action_attempt.
5 6 7 |
# File 'lib/seam/wait_for_action_attempt.rb', line 5 def action_attempt @action_attempt end |
Instance Method Details
#name ⇒ Object
12 13 14 |
# File 'lib/seam/wait_for_action_attempt.rb', line 12 def name self.class.name end |