Class: Html2rss::Capture::CaptureResult
- Inherits:
-
Data
- Object
- Data
- Html2rss::Capture::CaptureResult
- Defined in:
- lib/html2rss/capture.rb
Overview
Result of a capture operation (config plus quality meta).
Instance Attribute Summary collapse
-
#admission_drops ⇒ Object
readonly
Returns the value of attribute admission_drops.
-
#articles_count ⇒ Object
readonly
Returns the value of attribute articles_count.
-
#channel_title ⇒ Object
readonly
Returns the value of attribute channel_title.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#has_selectors ⇒ Object
readonly
Returns the value of attribute has_selectors.
-
#segment_strategy ⇒ Object
readonly
Returns the value of attribute segment_strategy.
-
#selected_strategy ⇒ Object
readonly
Returns the value of attribute selected_strategy.
Instance Attribute Details
#admission_drops ⇒ Object (readonly)
Returns the value of attribute admission_drops
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def admission_drops @admission_drops end |
#articles_count ⇒ Object (readonly)
Returns the value of attribute articles_count
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def articles_count @articles_count end |
#channel_title ⇒ Object (readonly)
Returns the value of attribute channel_title
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def channel_title @channel_title end |
#config ⇒ Object (readonly)
Returns the value of attribute config
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def config @config end |
#has_selectors ⇒ Object (readonly)
Returns the value of attribute has_selectors
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def has_selectors @has_selectors end |
#segment_strategy ⇒ Object (readonly)
Returns the value of attribute segment_strategy
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def segment_strategy @segment_strategy end |
#selected_strategy ⇒ Object (readonly)
Returns the value of attribute selected_strategy
23 24 25 |
# File 'lib/html2rss/capture.rb', line 23 def selected_strategy @selected_strategy end |