Sha256: d404f2adc927a5903d730f8d0d1e3607630ed415d5aba329dac83de117ea37fe
Contents?: true
Size: 585 Bytes
Versions: 10
Compression:
Stored size: 585 Bytes
Contents
require 'xommelier/xml' module Xommelier # Implements The Atom Syndication Format # See RFC 4287 {http://tools.ietf.org/html/rfc4287.html} module Atom extend ActiveSupport::Autoload include Xommelier::Xml xmlns 'http://www.w3.org/2005/Atom', as: :atom # Elements autoload :Link autoload :Person autoload :Category autoload :Content autoload :Generator autoload :Source autoload :Feed autoload :Entry # Common extensions autoload :LinksExtension # Extensions autoload :Threading autoload :History end end
Version data entries
10 entries across 10 versions & 1 rubygems