るりまサーチ

最速Rubyリファレンスマニュアル検索!
291件ヒット [1-100件を表示] (0.107秒)

別のキーワード

  1. io popen
  2. io pipe
  3. io readlines
  4. io each
  5. io each_line

検索結果

<< 1 2 3 > >>

rss (39900.0)

RSS を扱うためのライブラリです。

...RSS を扱うためのライブラリです。

=== 参考

* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt

=== 注意

RSS
ParserはRSS 0.9x/1.0/2.0, A...
...ていますが,RSS 0.90
はサポートしてません.ごめんなさい.

RSS
のモジュールはそれぞれ、
* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* Content モ...
...

rss
= RSS::Parser.parse(rss_source)
rss
.channel.description # => /rdf:RDF/channel/text(); String

属性にアクセスする時も同様です。channel要素のrdf:about属性に
アクセスするには以下のようにします。属性の値はStringかnilで
す。

rss
= RSS::Pars...

RSS::Rss::Channel#description (26202.0)

@todo

@todo

RSS::Rss::Channel#description= (26202.0)

@todo

@todo

RSS::Rss::Channel::Image#description (26202.0)

@todo

@todo

RSS::Rss::Channel::Image#description= (26202.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::Item#description (26202.0)

@todo

@todo

RSS::Rss::Channel::Item#description= (26202.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description (26202.0)

@todo

@todo

RSS::Rss::Channel::TextInput#description= (26202.0)

@todo

@todo

RSS::Maker::ChannelBase#description (23202.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 3 > >>