Sha256: a8ea95030e203ab38ab05acf824bca8a164045f29c69f54448bce5b7c17cd3a9
Contents?: true
Size: 808 Bytes
Versions: 3
Compression:
Stored size: 808 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components module Properties class Inline include Goldendocx::Element namespace :wp tag :inline embeds_one :extents, class_name: 'Goldendocx::Components::Properties::ExtentsProperty', auto_build: true embeds_one :padding, class_name: 'Goldendocx::Components::Properties::PaddingProperty', auto_build: true embeds_one :non_visual_property, class_name: 'Goldendocx::Components::Properties::NonVisualProperty', auto_build: true embeds_one :graphic_frame, class_name: 'Goldendocx::Components::Properties::GraphicFrameProperty', auto_build: true embeds_one :graphic, class_name: 'Goldendocx::Components::Properties::GraphicProperty', auto_build: true end end end end
Version data entries
3 entries across 3 versions & 1 rubygems