Class: Superfeedr::Author

Inherits:
Node
  • Object
show all
Defined in:
lib/superfeedr/superfeedr.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Superfeedr::Node

Instance Method Details

#emailObject



163
164
165
# File 'lib/superfeedr/superfeedr.rb', line 163

def email
  content_from("atom:email")
end

#nameObject



155
156
157
# File 'lib/superfeedr/superfeedr.rb', line 155

def name
  content_from("atom:name")
end

#uriObject



159
160
161
# File 'lib/superfeedr/superfeedr.rb', line 159

def uri
  content_from("atom:uri")
end