Sha256: e446c8827bd1f9ae7c10da6ab681cb0471deca44bd393c77758a5dbb5f645048
Contents?: true
Size: 596 Bytes
Versions: 13
Compression:
Stored size: 596 Bytes
Contents
require 'xommelier/atom' module Xommelier module Atom class Entry < Xml::Element include LinksExtension element :id, unique: true element :title element :updated, type: Time may do element :content, type: Content element :published, type: Time element :rights element :source element :summary end any do element :author, type: Person element :category, type: Category element :contributor, type: Person element :link, type: Link end end end end
Version data entries
13 entries across 13 versions & 1 rubygems