Class: FetchUtil::SearchTransport::HttpResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



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

def body
  @body
end

#final_urlObject (readonly)

Returns the value of attribute final_url

Returns:

  • (Object)

    the current value of final_url



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

def final_url
  @final_url
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end