Sha256: 2fd49744df3d61dcb6a71f308f7296b3cbd38dcdcd6fe9168d9f1cb5039b8d64

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    module Properties
      class LayoutProperty
        include Goldendocx::Element

        namespace :c
        tag :layout
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/charts/properties/layout_property.rb
goldendocx-0.2.3 lib/goldendocx/charts/properties/layout_property.rb
goldendocx-0.2.2 lib/goldendocx/charts/properties/layout_property.rb