Class: Alplus::Retry::Result
- Inherits:
-
Struct
- Object
- Struct
- Alplus::Retry::Result
- Defined in:
- lib/alplus/retry.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
23 24 25 |
# File 'lib/alplus/retry.rb', line 23 def error @error end |
#outcome ⇒ Object
Returns the value of attribute outcome
23 24 25 |
# File 'lib/alplus/retry.rb', line 23 def outcome @outcome end |
#response ⇒ Object
Returns the value of attribute response
23 24 25 |
# File 'lib/alplus/retry.rb', line 23 def response @response end |
Instance Method Details
#sent? ⇒ Boolean
24 25 26 |
# File 'lib/alplus/retry.rb', line 24 def sent? outcome == :sent end |