Method: Html2rss::AutoSource::Channel#articles=

Defined in:
lib/html2rss/auto_source/channel.rb

#articles=(value) ⇒ Object (writeonly)

Sets the attribute articles

Parameters:

  • value

    the value to set the attribute articles to.



24
25
26
# File 'lib/html2rss/auto_source/channel.rb', line 24

def articles=(value)
  @articles = value
end