Sha256: 0286779e464bc67ccf7b22b7ecf340091f8852f4443cac771d1ff4be5288b121
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
# coding: utf-8 ################################################ # © Alexander Semyonov, 2011—2013, MIT License # # Author: Alexander Semyonov <al@semyonov.us> # ################################################ require 'xommelier/atom' module Xommelier module Atom class Category < Xml::Element attribute :term may do attribute :scheme, type: Uri attribute :label end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xommelier-0.1.32 | lib/xommelier/atom/category.rb |
xommelier-0.1.31 | lib/xommelier/atom/category.rb |