Sha256: e50954d9c2f229f064020cbe7e2200d596ec907e2b88b238f672beb94ff05728

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

module Feedzirra
  class WebPage
    include SAXMachine
    include FeedUtilities
    element :title # not essential; helpful for debugging
    element :link, :as => :feed_url, :value => :href, :with => {:rel => 'alternate', :type => "application/rss+xml"}
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fblee-feedzirra-0.0.18 lib/feedzirra/web_page.rb
fblee-feedzirra-0.0.17 lib/feedzirra/web_page.rb