Exception: HTTPClient::RetryableResponse
- Inherits:
-
StandardError
- Object
- StandardError
- HTTPClient::RetryableResponse
- Defined in:
- lib/httpclient.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#res ⇒ Object
readonly
Returns the value of attribute res.
Instance Method Summary collapse
-
#initialize(res = nil) ⇒ RetryableResponse
constructor
A new instance of RetryableResponse.
Constructor Details
#initialize(res = nil) ⇒ RetryableResponse
Returns a new instance of RetryableResponse.
981 982 983 |
# File 'lib/httpclient.rb', line 981 def initialize(res = nil) @res = res end |
Instance Attribute Details
#res ⇒ Object (readonly)
Returns the value of attribute res.
979 980 981 |
# File 'lib/httpclient.rb', line 979 def res @res end |