class Superfeedr::Author

Public Instance Methods

email() click to toggle source
# File lib/superfeedr/superfeedr.rb, line 163
def email
  content_from("atom:email")
end
name() click to toggle source
# File lib/superfeedr/superfeedr.rb, line 155
def name
  content_from("atom:name")
end
uri() click to toggle source
# File lib/superfeedr/superfeedr.rb, line 159
def uri
  content_from("atom:uri")
end