Exception: ExceptionWithoutResponse
- Inherits:
-
StandardError
- Object
- StandardError
- ExceptionWithoutResponse
- 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.
15 16 17 |
# File 'lib/cartocss_helper/util/generic_downloader.rb', line 15 def http_code @http_code end |
#response ⇒ Object
Returns the value of attribute response.
15 16 17 |
# File 'lib/cartocss_helper/util/generic_downloader.rb', line 15 def response @response end |