Class: Logtide::Transport::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/logtide/transport/http.rb

Overview

The outcome of a single delivery attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#retry_afterObject

Returns the value of attribute retry_after

Returns:

  • (Object)

    the current value of retry_after



20
21
22
# File 'lib/logtide/transport/http.rb', line 20

def retry_after
  @retry_after
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



20
21
22
# File 'lib/logtide/transport/http.rb', line 20

def status
  @status
end