Sha256: 7d89dfeba7603c06fe1a7afa2821c2e6fef8f9ae606ef8793e9eace6335c1316
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Images module Properties class TransformProperty include Goldendocx::Element namespace :a tag :xfrm embeds_one :extents, class_name: 'Goldendocx::Images::Properties::ExtentsProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems