Class: FetchUtil::SearchTransport::HttpFailure

Inherits:
Data
  • Object
show all
Defined in:
lib/fetch_util/search_transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#final_urlObject (readonly)

Returns the value of attribute final_url

Returns:

  • (Object)

    the current value of final_url



30
31
32
# File 'lib/fetch_util/search_transport.rb', line 30

def final_url
  @final_url
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



30
31
32
# File 'lib/fetch_util/search_transport.rb', line 30

def reason
  @reason
end