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.
976 977 978 |
# File 'lib/httpclient.rb', line 976 def initialize(res = nil) @res = res end |
Instance Attribute Details
#res ⇒ Object (readonly)
Returns the value of attribute res.
974 975 976 |
# File 'lib/httpclient.rb', line 974 def res @res end |