Class: Superfeedr::Link

Inherits:
Node
  • Object
show all
Defined in:
lib/superfeedr/superfeedr.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Superfeedr::Node

Instance Method Details

#hrefObject



178
179
180
# File 'lib/superfeedr/superfeedr.rb', line 178

def href
  content_from("@href")
end

#relObject



174
175
176
# File 'lib/superfeedr/superfeedr.rb', line 174

def rel
  content_from("@rel")
end

#titleObject



170
171
172
# File 'lib/superfeedr/superfeedr.rb', line 170

def title
  content_from("@title")
end

#typeObject



166
167
168
# File 'lib/superfeedr/superfeedr.rb', line 166

def type
  content_from("@type")
end