Class: Superfeedr::Entry::Author

Inherits:
Blather::XMPPNode
  • Object
show all
Defined in:
lib/superfeedr/entry.rb

Instance Method Summary collapse

Instance Method Details

#emailObject



81
82
83
# File 'lib/superfeedr/entry.rb', line 81

def email
  self.content_from 'ns:email', :ns => NS
end

#nameObject



77
78
79
# File 'lib/superfeedr/entry.rb', line 77

def name
  self.content_from 'ns:name', :ns => NS
end

#uriObject



85
86
87
# File 'lib/superfeedr/entry.rb', line 85

def uri
  self.content_from 'ns:uri', :ns => NS
end