Class
Defines a reference to a Web resource. It has the following attributes:
-
href
-
rel
-
type
-
hreflang
-
title
-
length
Reference: validator.w3.org/feed/docs/rfc4287.html#element.link
Instance Methods
lib/rss/atom.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/atom.rb, line 468
def maker_target(target)
target.new_link
end
No documentation available