Method: Html2rss::AutoSource::Channel#articles=
- Defined in:
- lib/html2rss/auto_source/channel.rb
#articles=(value) ⇒ Object (writeonly)
Sets the attribute articles
24 25 26 |
# File 'lib/html2rss/auto_source/channel.rb', line 24 def articles=(value) @articles = value end |