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