Exception: Jira::Resource::HTTPError

Inherits:
StandardError
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/jira/resource/http_error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ HTTPError

Returns a new instance of HTTPError.



11
12
13
# File 'lib/jira/resource/http_error.rb', line 11

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



9
10
11
# File 'lib/jira/resource/http_error.rb', line 9

def response
  @response
end