Class: Html2rss::FeedPipeline::ExtractionContext
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedPipeline::ExtractionContext
- Defined in:
- lib/html2rss/feed_pipeline.rb
Overview
Bundle of inputs shared by selector and auto-source article collection.
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#request_session ⇒ Object
readonly
Returns the value of attribute request_session.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config
8 9 10 |
# File 'lib/html2rss/feed_pipeline.rb', line 8 def config @config end |
#request_session ⇒ Object (readonly)
Returns the value of attribute request_session
8 9 10 |
# File 'lib/html2rss/feed_pipeline.rb', line 8 def request_session @request_session end |
#response ⇒ Object (readonly)
Returns the value of attribute response
8 9 10 |
# File 'lib/html2rss/feed_pipeline.rb', line 8 def response @response end |