class RSS::Atom::Feed::Link
A Link has the following attributes:
-
href
-
rel
-
type
-
hreflang
-
title
-
length
Private Instance Methods
maker_target(target)
click to toggle source
# File lib/rss/atom.rb, line 412 def maker_target(target) target.new_link end