class RSS::Atom::Feed::Link

Defines an Atom Link element

A Link has the following attributes:

Private Instance Methods

maker_target(target) click to toggle source
# File lib/rss/atom.rb, line 413
def maker_target(target)
  target.new_link
end