class

RSS::Category

Inherits RSS::Element / Reference / Object

Constructors

new(name : String, domain : URI | String | Nil = nil)
Source

Instance methods

domain

Optional attribute that identifies a categorization taxonomy.

Source
name

Includes the item in one or more categories.

The value of the element is a forward-slash-separated string that identifies a hierarchic location in the indicated taxonomy. Processors may establish conventions for the interpretation of categories. Two examples are provided below:

Source
to_xml(xml : XML::Builder)

Writes the generated XML to the provided xml builder.

Source