Sha256: 6fb8b81222c8d395d18ac7298dcc35a56b1e3afc720deb790368cee4974b4564
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Images module Properties class ExtentsProperty include Goldendocx::Element namespace :a tag :ext attribute :width, alias_name: :cx attribute :height, alias_name: :cy end end end end
Version data entries
3 entries across 3 versions & 1 rubygems