Method: Ferto::ResponseError#response

Defined in:
lib/ferto.rb

#responseObject (readonly)

response is set, during the download in case of 40X or 50X responses are returned, so that it can be used in case of debugging but it is also included for reasons of completeness.



38
39
40
# File 'lib/ferto.rb', line 38

def response
  @response
end