Class Syndication::Atom::Category
In: lib/syndication/atom.rb
Parent: Syndication::Container

A category (keyword) in an Atom feed. For convenience, Category#to_s is the same as Category#label.

Attributes

label  [RW]  A human-readable version of Category#term.
scheme  [RW]  URI to the schema definition.
term  [RW]  The category itself, possibly encoded.

[Validate]