Class: FeedParser::HyAuthor
- Inherits:
-
Object
- Object
- FeedParser::HyAuthor
- Defined in:
- lib/feedparser/builder/microformats.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
130 131 132 |
# File 'lib/feedparser/builder/microformats.rb', line 130 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
131 132 133 |
# File 'lib/feedparser/builder/microformats.rb', line 131 def url @url end |