Sha256: cfcac9d24c8ad255d7fa90334e045ec80acb1dca353345fa6d4ca684e0cd5be4
Contents?: true
Size: 363 Bytes
Versions: 30
Compression:
Stored size: 363 Bytes
Contents
require 'xommelier/atom' module Xommelier module Atom class Link < Xml::Element attribute :href, type: Uri may do attribute :rel#, type: Enum(:alternate, :related, :self, :enclosure, :via) attribute :type attribute :hreflang attribute :title attribute :length, type: Integer end end end end
Version data entries
30 entries across 30 versions & 1 rubygems