Class: Condux::SendResult
- Inherits:
-
Struct
- Object
- Struct
- Condux::SendResult
- Defined in:
- lib/condux/send_result.rb
Overview
Outcome of a delivery attempt sequence. Never raised — inspect #ok.
Instance Attribute Summary collapse
-
#attempts ⇒ Object
Returns the value of attribute attempts.
-
#error ⇒ Object
Returns the value of attribute error.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#attempts ⇒ Object
Returns the value of attribute attempts
5 6 7 |
# File 'lib/condux/send_result.rb', line 5 def attempts @attempts end |
#error ⇒ Object
Returns the value of attribute error
5 6 7 |
# File 'lib/condux/send_result.rb', line 5 def error @error end |
#ok ⇒ Object
Returns the value of attribute ok
5 6 7 |
# File 'lib/condux/send_result.rb', line 5 def ok @ok end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/condux/send_result.rb', line 5 def status @status end |