Class: Html2rss::Config::Selectors::Selector
- Inherits:
-
Struct
- Object
- Struct
- Html2rss::Config::Selectors::Selector
- Defined in:
- lib/html2rss/config/selectors.rb
Overview
Struct to represent a selector with associated attributes for extraction and processing.
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#extractor ⇒ Object
Returns the value of attribute extractor.
-
#order ⇒ Object
Returns the value of attribute order.
-
#post_process ⇒ Object
Returns the value of attribute post_process.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#static ⇒ Object
Returns the value of attribute static.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def attribute @attribute end |
#extractor ⇒ Object
Returns the value of attribute extractor
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def extractor @extractor end |
#order ⇒ Object
Returns the value of attribute order
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def order @order end |
#post_process ⇒ Object
Returns the value of attribute post_process
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def post_process @post_process end |
#selector ⇒ Object
Returns the value of attribute selector
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def selector @selector end |
#static ⇒ Object
Returns the value of attribute static
11 12 13 |
# File 'lib/html2rss/config/selectors.rb', line 11 def static @static end |