Class: Radioactive::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/radioactive/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



4
5
6
# File 'lib/radioactive/result.rb', line 4

def body
  @body
end

#final_urlObject (readonly)

Returns the value of attribute final_url

Returns:

  • (Object)

    the current value of final_url



4
5
6
# File 'lib/radioactive/result.rb', line 4

def final_url
  @final_url
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



4
5
6
# File 'lib/radioactive/result.rb', line 4

def headers
  @headers
end

#hopsObject (readonly)

Returns the value of attribute hops

Returns:

  • (Object)

    the current value of hops



4
5
6
# File 'lib/radioactive/result.rb', line 4

def hops
  @hops
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/radioactive/result.rb', line 4

def status
  @status
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/radioactive/result.rb', line 4

def url
  @url
end