Exception: CircleCIReporter::RequestError
- Defined in:
- lib/circleci_reporter/errors.rb
Instance Attribute Summary collapse
-
#resp ⇒ Object
readonly
Returns the value of attribute resp.
Instance Method Summary collapse
-
#initialize(message, resp) ⇒ RequestError
constructor
A new instance of RequestError.
Constructor Details
#initialize(message, resp) ⇒ RequestError
Returns a new instance of RequestError.
11 12 13 14 15 |
# File 'lib/circleci_reporter/errors.rb', line 11 def initialize(, resp) @message = @resp = resp super() end |
Instance Attribute Details
#resp ⇒ Object (readonly)
Returns the value of attribute resp.
7 8 9 |
# File 'lib/circleci_reporter/errors.rb', line 7 def resp @resp end |