Exception: ExceptionWithResponse

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cartocss_helper/util/generic_downloader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#http_codeObject

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

#responseObject

Returns the value of attribute response.



11
12
13
# File 'lib/cartocss_helper/util/generic_downloader.rb', line 11

def response
  @response
end