Class: Logtide::Transport::Response
- Inherits:
-
Struct
- Object
- Struct
- Logtide::Transport::Response
- Defined in:
- lib/logtide/transport/http.rb
Overview
The outcome of a single delivery attempt.
Instance Attribute Summary collapse
-
#retry_after ⇒ Object
Returns the value of attribute retry_after.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#retry_after ⇒ Object
Returns the value of attribute retry_after
20 21 22 |
# File 'lib/logtide/transport/http.rb', line 20 def retry_after @retry_after end |
#status ⇒ Object
Returns the value of attribute status
20 21 22 |
# File 'lib/logtide/transport/http.rb', line 20 def status @status end |