Class: FeedTools::Category
- Inherits:
-
Object
- Object
- FeedTools::Category
- Defined in:
- lib/feed_tools/feed_structures.rb
Overview
Represents a feed/feed item’s category
Instance Attribute Summary collapse
-
#label ⇒ Object
A human-readable description of the category.
-
#scheme ⇒ Object
(also: #domain)
The categorization scheme.
-
#term ⇒ Object
(also: #value, #category)
The category term value.
Instance Attribute Details
#label ⇒ Object
A human-readable description of the category
33 34 35 |
# File 'lib/feed_tools/feed_structures.rb', line 33 def label @label end |
#scheme ⇒ Object Also known as: domain
The categorization scheme
31 32 33 |
# File 'lib/feed_tools/feed_structures.rb', line 31 def scheme @scheme end |
#term ⇒ Object Also known as: value, category
The category term value
29 30 31 |
# File 'lib/feed_tools/feed_structures.rb', line 29 def term @term end |