Class: FeedParser::Tag
- Inherits:
-
Object
- Object
- FeedParser::Tag
- Defined in:
- lib/feedparser/tag.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
(also: #title, #term)
Returns the value of attribute name.
-
#scheme ⇒ Object
(also: #domain)
use scheme_url -why? why not? is it always a url/uri??.
Instance Attribute Details
#name ⇒ Object 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 |
#scheme ⇒ Object 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 |