class Atom::Link
Atom::Link
¶ ↑
This class represents link element
You can use these accessors
* href * rel * type * hreflang * title * length
Public Instance Methods
to_replies_link()
click to toggle source
# File lib/atomutil.rb, line 690 def to_replies_link RepliesLink.new(:elem => @elem) end