Exception: Boomerang::Errors::HTTPError

Inherits:
BoomerangError show all
Defined in:
lib/boomerang/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#http_responseObject

Returns the value of attribute http_response.



12
13
14
# File 'lib/boomerang/errors.rb', line 12

def http_response
  @http_response
end

#original_errorObject

Returns the value of attribute original_error.



12
13
14
# File 'lib/boomerang/errors.rb', line 12

def original_error
  @original_error
end