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

Version Path
goldendocx-0.3.0 lib/goldendocx/components/properties/graphic_property.rb
goldendocx-0.2.3 lib/goldendocx/components/properties/graphic_property.rb
goldendocx-0.2.2 lib/goldendocx/components/properties/graphic_property.rb