Exception: DIT3::Api::ApiError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- DIT3::Api::ApiError
 
- Defined in:
- lib/dit3/api/api_error.rb
Instance Attribute Summary collapse
- 
  
    
      #response  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute response. 
Instance Method Summary collapse
- 
  
    
      #initialize(response)  ⇒ ApiError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ApiError. 
Constructor Details
#initialize(response) ⇒ ApiError
Returns a new instance of ApiError.
| 6 7 8 | # File 'lib/dit3/api/api_error.rb', line 6 def initialize(response) @response = response end | 
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
| 4 5 6 | # File 'lib/dit3/api/api_error.rb', line 4 def response @response end |