Sha256: a27ef8da54874536a7d02fbe37b82c9003651ec948e8fc90048f6994d201607b
Contents?: true
Size: 737 Bytes
Versions: 5
Compression:
Stored size: 737 Bytes
Contents
require 'xommelier/xml' module Xommelier module Atom include Xommelier::Xml xmlns 'http://www.w3.org/2005/Atom', as: :atom #roots :Feed, :Entry # Elements autoload :Link, 'xommelier/atom/link' autoload :Person, 'xommelier/atom/person' autoload :Category, 'xommelier/atom/category' autoload :Generator, 'xommelier/atom/generator' autoload :Source, 'xommelier/atom/source' autoload :Feed, 'xommelier/atom/feed' autoload :Entry, 'xommelier/atom/entry' # Common extensions autoload :LinksExtension, 'xommelier/atom/links_extension' # Extensions autoload :Threading, 'xommelier/atom/threading' autoload :History, 'xommelier/atom/history' end end
Version data entries
5 entries across 5 versions & 1 rubygems