Sha256: f261b7dd20a3d2ba1653f2c7e5f4f60ee70b5e940c6b888e7c318a297b02fd57
Contents?: true
Size: 222 Bytes
Versions: 6
Compression:
Stored size: 222 Bytes
Contents
module CSL class Style class Label < Node has_no_children attr_struct :variable, :form, :plural, :'text-case', *Schema.attr(:affixes, :font, :periods) end end end
Version data entries
6 entries across 6 versions & 1 rubygems