Class: Html2rss::FeedPipeline::StrategyPlan::Concrete
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedPipeline::StrategyPlan::Concrete
- Defined in:
- lib/html2rss/feed_pipeline/strategy_plan.rb
Overview
Concrete transport strategy name for RequestService.
Instance Attribute Summary collapse
-
#strategy ⇒ Object
readonly
Returns the value of attribute strategy.
Instance Method Summary collapse
Instance Attribute Details
#strategy ⇒ Object (readonly)
Returns the value of attribute strategy
20 21 22 |
# File 'lib/html2rss/feed_pipeline/strategy_plan.rb', line 20 def strategy @strategy end |
Instance Method Details
#request_slots ⇒ Integer
22 |
# File 'lib/html2rss/feed_pipeline/strategy_plan.rb', line 22 def request_slots = 0 |