Contains information about a category associated with a Feed
or Entry
. It has the following attributes:
-
term
-
scheme
-
label
Reference: validator.w3.org/feed/docs/rfc4287.html#element.category
Instance Methods
lib/rss/atom.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/atom.rb, line 388
def maker_target(target)
target.new_category
end
No documentation available