Class: Html2rss::FeedPipeline::RuntimePolicy::Resources
- Inherits:
-
Data
- Object
- Data
- Html2rss::FeedPipeline::RuntimePolicy::Resources
- Defined in:
- lib/html2rss/feed_pipeline/runtime_policy.rb
Overview
Policy plus Budget from one config expansion (shared meters for a feed run).
Instance Attribute Summary collapse
-
#budget ⇒ Object
readonly
Returns the value of attribute budget.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
Instance Attribute Details
#budget ⇒ Object (readonly)
Returns the value of attribute budget
13 14 15 |
# File 'lib/html2rss/feed_pipeline/runtime_policy.rb', line 13 def budget @budget end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
13 14 15 |
# File 'lib/html2rss/feed_pipeline/runtime_policy.rb', line 13 def policy @policy end |