Sha256: 7d988829d13f430d7db929d1de65783d0f77e89dcf69f4b6757f5ac128a5c298
Contents?: true
Size: 341 Bytes
Versions: 3
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class GraphicProperty include Goldendocx::Element namespace :a tag :graphic embeds_one :data, class_name: 'Goldendocx::Components::Properties::GraphicDataProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems