Sha256: 2732798148db4408c2246fe8ce0b17588f0eac25b03ba3a5eec89bd9c6f9a1b6
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class ColorProperty include Goldendocx::Element namespace :w tag :color attribute :hex, alias_name: :val, namespace: :w end end end end
Version data entries
3 entries across 3 versions & 1 rubygems