Module: Xommelier::Atom::LinksExtension
Instance Method Summary collapse
Instance Method Details
#feed_url ⇒ Object
13 14 15 |
# File 'lib/xommelier/atom/links_extension.rb', line 13 def feed_url detect_linked_href(rel: 'self', type: 'application/atom+xml') end |
#html_url ⇒ Object
17 18 19 |
# File 'lib/xommelier/atom/links_extension.rb', line 17 def html_url detect_linked_href(rel: 'alternate', type: 'text/html') end |