Class: Atom::Category

Inherits:
AttrEl show all
Defined in:
lib/atom/element.rb

Overview

A category has the following attributes:

term (required)

a string that identifies the category

scheme

an IRI that identifies a categorization scheme

label

a human-readable label

Instance Attribute Summary

Attributes inherited from Element

#base, #extensions

Method Summary

Methods inherited from AttrEl

#to_yaml

Methods inherited from Element

#[], #[]=, attrb, attrs, define_accessor, element, elements, inherited, #initialize, #local_name, required, #taguri, #to_element, #to_s, #to_xml, #to_yaml, #to_yaml_properties

Constructor Details

This class inherits a constructor from Atom::Element