Class: Html2rss::Capture::CaptureResult
- Inherits:
-
Data
- Object
- Data
- Html2rss::Capture::CaptureResult
- Defined in:
- lib/html2rss/capture.rb
Overview
Result of a capture operation.
Instance Attribute Summary collapse
-
#articles_count ⇒ Object
readonly
number of articles extracted.
-
#channel_title ⇒ Object
readonly
derived channel title.
Instance Method Summary collapse
-
#config(value) ⇒ Object
feed config hash with
:channeland:selectors.
Instance Attribute Details
#articles_count ⇒ Object (readonly)
number of articles extracted
18 |
# File 'lib/html2rss/capture.rb', line 18 CaptureResult = Data.define(:config, :articles_count, :channel_title) |
#channel_title ⇒ Object (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) |