Class: Html2rss::PageRecon::Probe

Inherits:
Data
  • Object
show all
Defined in:
lib/html2rss/page_recon.rb

Overview

Diagnostic fetch + assess bundle. One home for session build + initial GET + call. Consumed by curation Recon and Diagnostics.

Instance Attribute Summary collapse

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



71
72
73
# File 'lib/html2rss/page_recon.rb', line 71

def response
  @response
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



71
72
73
# File 'lib/html2rss/page_recon.rb', line 71

def result
  @result
end

#sessionObject (readonly)

Returns the value of attribute session

Returns:

  • (Object)

    the current value of session



71
72
73
# File 'lib/html2rss/page_recon.rb', line 71

def session
  @session
end

#strategyObject (readonly)

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



71
72
73
# File 'lib/html2rss/page_recon.rb', line 71

def strategy
  @strategy
end