Class: Html2rss::Item::Context
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Item::Context
- Defined in:
- lib/html2rss/item.rb
Overview
A context instance is passed to Item Extractors.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#item ⇒ Object
Returns the value of attribute item.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
15 16 17 |
# File 'lib/html2rss/item.rb', line 15 def config @config end |
#item ⇒ Object
Returns the value of attribute item
15 16 17 |
# File 'lib/html2rss/item.rb', line 15 def item @item end |
#options ⇒ Object
Returns the value of attribute options
15 16 17 |
# File 'lib/html2rss/item.rb', line 15 def @options end |