Class: FeedParser::Tag

Inherits:
Object
  • Object
show all
Defined in:
lib/feedparser/tag.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject Also known as: title, term

Returns the value of attribute name.



7
8
9
# File 'lib/feedparser/tag.rb', line 7

def name
  @name
end

#schemeObject Also known as: domain

use scheme_url -why? why not? is it always a url/uri??



16
17
18
# File 'lib/feedparser/tag.rb', line 16

def scheme
  @scheme
end