Class: Html2rss::Capture::CaptureResult

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

Overview

Result of a capture operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#articles_countObject (readonly)

number of articles extracted



18
# File 'lib/html2rss/capture.rb', line 18

CaptureResult = Data.define(:config, :articles_count, :channel_title)

#channel_titleObject (readonly)

derived channel title



18
# File 'lib/html2rss/capture.rb', line 18

CaptureResult = Data.define(:config, :articles_count, :channel_title)

Instance Method Details

#config=(value) ⇒ Object

feed config hash with :channel and :selectors



18
# File 'lib/html2rss/capture.rb', line 18

CaptureResult = Data.define(:config, :articles_count, :channel_title)