Class: FeedParser::HyAuthor

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



130
131
132
# File 'lib/feedparser/builder/microformats.rb', line 130

def name
  @name
end

#urlObject

Returns the value of attribute url.



131
132
133
# File 'lib/feedparser/builder/microformats.rb', line 131

def url
  @url
end