class Superfeedr::Link
Public Instance Methods
href()
click to toggle source
# File lib/superfeedr/superfeedr.rb, line 181 def href content_from("@href") end
rel()
click to toggle source
# File lib/superfeedr/superfeedr.rb, line 177 def rel content_from("@rel") end
title()
click to toggle source
# File lib/superfeedr/superfeedr.rb, line 173 def title content_from("@title") end
type()
click to toggle source
# File lib/superfeedr/superfeedr.rb, line 169 def type content_from("@type") end