Sha256: 579340cc691436ce4b727013431d31ce5cf2b0776537c5dc7c90aab968fab663

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Documents
    module Properties
      class StyleNameProperty
        include Goldendocx::Element

        namespace :w
        tag :name

        attribute :name, alias_name: :val, namespace: :w
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/documents/properties/style_name_property.rb
goldendocx-0.2.3 lib/goldendocx/documents/properties/style_name_property.rb