Exception: Jiraby::JSONParseError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/jiraby/json_resource.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, response) ⇒ JSONParseError

Returns a new instance of JSONParseError.



8
9
10
11
# File 'lib/jiraby/json_resource.rb', line 8

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

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



6
7
8
# File 'lib/jiraby/json_resource.rb', line 6

def response
  @response
end