Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > rssライブラリ > RSS::Maker::ItemsBase::ItemBaseクラス

class RSS::Maker::ItemsBase::ItemBase

クラスの継承リスト: RSS::Maker::ItemsBase::ItemBase < Object < Kernel < BasicObject

要約

itemはmaker.items.new_itemで作成されたオブジェク トとします.

RSS 1.0/0.91の場合はtitle,linkを設定する必要があ ります.

RSS 2.0の場合はtitleまたはdescriptionを設定する 必要があります.

目次

インスタンスメソッド
author author= categories enclosure guid source comments comments= date date= description description= link link= pubDate pubDate= title title=

インスタンスメソッド

author[permalink][rdoc]
author=()

[TODO]

guid[permalink][rdoc]
enclosure
source
categories

[TODO]

comments[permalink][rdoc]
comments=()

[TODO]

date[permalink][rdoc]
date=()

[TODO]

description[permalink][rdoc]
description=()

[TODO]

link=()

[TODO]

pubDate[permalink][rdoc]

[TODO]

item.dateの別名です.

pubDate=()[permalink][rdoc]

[TODO]

item.date=の別名です.

title[permalink][rdoc]
title=()

[TODO]