Exception: JIRA::HTTPError
- Inherits:
-
StandardError
- Object
- StandardError
- JIRA::HTTPError
- Extended by:
- Forwardable
- Defined in:
- lib/jira/http_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ HTTPError
constructor
A new instance of HTTPError.
Constructor Details
#initialize(response) ⇒ HTTPError
Returns a new instance of HTTPError.
10 11 12 |
# File 'lib/jira/http_error.rb', line 10 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
8 9 10 |
# File 'lib/jira/http_error.rb', line 8 def response @response end |