るりまサーチ

最速Rubyリファレンスマニュアル検索!
276件ヒット [101-200件を表示] (0.011秒)

別のキーワード

  1. rss link=
  2. rss link
  3. socket af_link
  4. socket pf_link
  5. socket iff_link1

検索結果

<< < 1 2 3 > >>

RSS::Maker::ChannelBase#link=() (15100.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#link=() (15100.0)

@todo

@todo

RSS::Maker::TextinputBase#link=() (15100.0)

@todo

@todo

RSS::TaxonomyTopicModel::TaxonomyTopic#taxo_link= (3101.0)

@todo

@todo

RSS::Maker::RSS20::Items::Item::Guid#isPermaLink=() (3100.0)

@todo

@todo

絞り込み条件を変える

rss (180.0)

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

...hannel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
end

もし,

* http://example.com/article.htmlにある
* Sample Articleというタイトルの

エントリを...
...index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"

item = maker.items.new_item
item.link = "http://example.com/article.html"
item.title = "Sample Article"
end

===== 更新時刻を追加

もし...
...ex.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"

maker.items.new_item do |item|
item.link = "http://example.com/article.html"
item.title = "Sample Article"
item.date = Time.parse("2004/11/...

RSS::RDF::Channel#link (1.0)

@todo

@todo

RSS::RDF::Image#link (1.0)

@todo

@todo

RSS::RDF::Item#link (1.0)

@todo

@todo
<< < 1 2 3 > >>