Sha256: 88d5bd089b5cbda4399d8b8428ff53fb2667b89ee52a0aa9cbe1fd356e377cfd
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
# frozen_string_literal: true ################################################ # © 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xommelier-0.1.35 | lib/xommelier/atom/content.rb |