Sha256: 98d53e0b4a475f478c3fd81e048f74613e1df724dfc1b0da02386215ff03fb20

Contents?: true

Size: 520 Bytes

Versions: 2

Compression:

Stored size: 520 Bytes

Contents

module Feedzirra
  class AtomEntry
    include SAXMachine
    include FeedEntryUtilities
    element :title
    element :link, :as => :url, :value => :href, :with => {:type => "text/html", :rel => "alternate"}
    element :guid
    element :name, :as => :author
    element :content
    element :summary
    element :published
    element :created,  :as => :published
    element :updated,  :as => :published
    element :modified, :as => :published
    elements :category, :as => :categories, :value => :term
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
somezack-feedzirra-0.0.5 lib/feedzirra/atom_entry.rb
somezack-feedzirra-0.0.6 lib/feedzirra/atom_entry.rb