Exception: Nimbu::Error::Forbidden
- Inherits:
-
ServiceError
- Object
- StandardError
- NimbuError
- ServiceError
- Nimbu::Error::Forbidden
- Defined in:
- lib/nimbu-api/errors/forbidden.rb
Instance Attribute Summary
Attributes inherited from ServiceError
#http_body, #http_headers, #status
Attributes inherited from NimbuError
#response_headers, #response_message
Instance Method Summary collapse
-
#initialize(response) ⇒ Forbidden
constructor
A new instance of Forbidden.
Methods inherited from ServiceError
#decode_body, errors, http_status_code, #parse_body, #parse_response
Methods included from Utils::Json
Methods inherited from NimbuError
Methods included from Utils::Descendants
Constructor Details
#initialize(response) ⇒ Forbidden
Returns a new instance of Forbidden.
9 10 11 |
# File 'lib/nimbu-api/errors/forbidden.rb', line 9 def initialize(response) super(response) end |