Sha256: 93c9d7f6193d730d1f0b7696020142ff38506e04af706a96e28dd29a67d07539
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class AlignProperty include Goldendocx::Element namespace :w tag :jc attribute :align, alias_name: :val, namespace: :w end end end end
Version data entries
3 entries across 3 versions & 1 rubygems