Exception: CaseblocksAPI::CaseCreationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/caseblocks_api/case_creation_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, response) ⇒ CaseCreationError

Returns a new instance of CaseCreationError.



4
5
6
7
# File 'lib/caseblocks_api/case_creation_error.rb', line 4

def initialize(message, response)
	super(message)
	@response = response
end

Instance Attribute Details

#responseObject

Returns the value of attribute response.



3
4
5
# File 'lib/caseblocks_api/case_creation_error.rb', line 3

def response
  @response
end