Sha256: 419f32791e9dd9e7db1ebcc45fd242e067f6818ed1f03523b942dc12e06abddf
Contents?: true
Size: 255 Bytes
Versions: 14
Compression:
Stored size: 255 Bytes
Contents
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
14 entries across 14 versions & 1 rubygems