Class: FeedTools::Category

Inherits:
Object
  • Object
show all
Defined in:
lib/feed_tools/feed_structures.rb

Overview

Represents a feed/feed item’s category

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

A human-readable description of the category



33
34
35
# File 'lib/feed_tools/feed_structures.rb', line 33

def label
  @label
end

#schemeObject Also known as: domain

The categorization scheme



31
32
33
# File 'lib/feed_tools/feed_structures.rb', line 31

def scheme
  @scheme
end

#termObject 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