Sha256: 6085dfe4c081637718645db0047e77ce9ef3baa7adacc1708fc49a4ff99f1d82

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Images
    module Properties
      class BlipProperty
        include Goldendocx::Element

        namespace :a
        tag :blip

        attribute :relationship_id, alias_name: :embed, namespace: :r
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/images/properties/blip_property.rb
goldendocx-0.2.3 lib/goldendocx/images/properties/blip_property.rb
goldendocx-0.2.2 lib/goldendocx/images/properties/blip_property.rb