Sha256: afe1ea6f1542fa81cdbcf22678ae996a6d85a58943308eeae9e8fc2f62389d00

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

# frozen_string_literal: true

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

        namespace :v
        tag :imagedata

        attribute :relationship_id, alias_name: :id, namespace: :r
        attribute :title, namespace: :o
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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