Method: Html2rss::Config#selector_attributes_with_channel
- Defined in:
- lib/html2rss/config.rb
permalink #selector_attributes_with_channel(name) ⇒ Hash<Symbol, Object>
Retrieves selector attributes merged with channel attributes.
59 60 61 |
# File 'lib/html2rss/config.rb', line 59 def selector_attributes_with_channel(name) @selectors.selector(name).to_h.merge(channel: @channel) end |