種類
- インスタンスメソッド (420)
- ライブラリ (12)
ライブラリ
- openssl (24)
- rss (384)
-
rubygems
/ specification (12)
クラス
-
Gem
:: Specification (12) -
OpenSSL
:: X509 :: CRL (24) -
RSS
:: ImageFaviconModel :: ImageFavicon (24) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ChannelBase (36) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Parser (12) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Channel :: ImageFavicon (24) -
RSS
:: RDF :: Image (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (60) -
RSS
:: Rss :: Channel :: Item (36) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24)
モジュール
- DublinCoreModel (24)
キーワード
- date (120)
-
dc
_ date (12) -
dc
_ date= (12) -
do
_ validate= (12) - lastBuildDate= (24)
-
last
_ update= (12) -
next
_ update= (12) - pubDate (12)
- pubDate= (48)
- rss (12)
検索結果
先頭5件
-
OpenSSL
:: X509 :: CRL # next _ update=(time) (6100.0) -
CRL の次回更新日時を Time オブジェクトで設定します。
CRL の次回更新日時を Time オブジェクトで設定します。
@param time 最終更新日時
@raise OpenSSL::X509::CRLError 設定に失敗した場合に発生します
@see OpenSSL::X509::CRL#next_update -
DublinCoreModel
# dc _ date= (3101.0) -
@todo
@todo -
RSS
:: Rss :: Channel # pubDate= (3101.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # lastBuildDate=() (3100.0) -
@todo
@todo -
RSS
:: Parser # do _ validate= (3100.0) -
@todo
@todo -
RSS
:: Rss :: Channel # lastBuildDate= (3100.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # pubDate= (3100.0) -
@todo
@todo -
rss (120.0)
-
RSS を扱うためのライブラリです。
...mple.com/article.html"
item.title = "Sample Article"
item.date = Time.parse("2004/11/1 10:10")
end
end
サンプル中の
item.date = ...
は
item.dc_date = ...
でも構いません.#dc_date=は#date=の単なる別名で
す.
===== さらにエントリを追加......le.html"
item.title = "Sample Article"
item.date = Time.parse("2004/11/1 10:10")
end
maker.items.new_item do |item|
item.link = "http://example.com/article2.html"
item.title = "Sample Article2"
item.date = Time.parse("2004/11/2 10:10")
end
end
===== エ......le.html"
item.title = "Sample Article"
item.date = Time.parse("2004/11/1 10:10")
end
maker.items.new_item do |item|
item.link = "http://example.com/article2.html"
item.title = "Sample Article2"
item.date = Time.parse("2004/11/2 10:10")
end
end
===== ロ... -
DublinCoreModel
# dc _ date (1.0) -
@todo
@todo