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



181
182
183
# File 'lib/superfeedr/superfeedr.rb', line 181

def href
  content_from("@href")
end

#relObject



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

def rel
  content_from("@rel")
end

#titleObject



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

def title
  content_from("@title")
end

#typeObject



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

def type
  content_from("@type")
end