class Xommelier::Atom::Feed

Public Instance Methods

search_url() click to toggle source
# File lib/xommelier/open_search.rb, line 119
def search_url
  detect_linked_href(rel: 'search', type: MIME_TYPE)
end