Exception: ExceptionWithResponse
- Inherits:
-
StandardError
- Object
- StandardError
- ExceptionWithResponse
- Defined in:
- lib/cartocss_helper/util/generic_downloader.rb
Instance Attribute Summary collapse
-
#http_code ⇒ Object
Returns the value of attribute http_code.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#http_code ⇒ Object
Returns the value of attribute http_code.
11 12 13 |
# File 'lib/cartocss_helper/util/generic_downloader.rb', line 11 def http_code @http_code end |
#response ⇒ Object
Returns the value of attribute response.
11 12 13 |
# File 'lib/cartocss_helper/util/generic_downloader.rb', line 11 def response @response end |