Class: Superfeedr::Link
- Inherits:
-
Node
- Object
- Node
- Superfeedr::Link
show all
- Defined in:
- lib/superfeedr/superfeedr.rb
Instance Method Summary
collapse
Methods inherited from Node
#initialize
Instance Method Details
#href ⇒ Object
181
182
183
|
# File 'lib/superfeedr/superfeedr.rb', line 181
def href
content_from("@href")
end
|
#rel ⇒ Object
177
178
179
|
# File 'lib/superfeedr/superfeedr.rb', line 177
def rel
content_from("@rel")
end
|
#title ⇒ Object
173
174
175
|
# File 'lib/superfeedr/superfeedr.rb', line 173
def title
content_from("@title")
end
|
#type ⇒ Object
169
170
171
|
# File 'lib/superfeedr/superfeedr.rb', line 169
def type
content_from("@type")
end
|