Sha256: 3890056c29cd59c57712743953a23e73744c0a12111b562a317d8bfc146da46d
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
# coding: utf-8 # frozen_string_literal: true ################################################ # © 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.34 | lib/xommelier/atom/category.rb |
xommelier-0.1.33 | lib/xommelier/atom/category.rb |