Sha256: 80879d83fadb104f868643e887e93e7a3f8b1acef7978e87a7412984c7e36a4a

Contents?: true

Size: 472 Bytes

Versions: 2

Compression:

Stored size: 472 Bytes

Contents

# coding: utf-8

################################################
# © Alexander Semyonov, 2011—2013, MIT License #
# Author: Alexander Semyonov <al@semyonov.us>  #
################################################

require 'xommelier/atom'

module Xommelier
  module Atom
    # The Atom content construct is defined in section 4.1.3 of the format spec.
    class Content < Xml::Element
      attribute :type
      attribute :src, type: Uri

      text
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xommelier-0.1.32 lib/xommelier/atom/content.rb
xommelier-0.1.31 lib/xommelier/atom/content.rb