Class: Html2rss::FeedResolution::ApplyOutcome

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

Overview

Outcome of try_apply! for the auto-fallback chain.

Instance Attribute Summary collapse

Instance Attribute Details

#scrape_targetObject (readonly)

Returns the value of attribute scrape_target

Returns:

  • (Object)

    the current value of scrape_target



46
47
48
# File 'lib/html2rss/feed_resolution.rb', line 46

def scrape_target
  @scrape_target
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



46
47
48
# File 'lib/html2rss/feed_resolution.rb', line 46

def status
  @status
end