openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/content_part.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class ContentPart < OpenXml::Docx::Element
        attribute :id, expects: :string, namespace: :r

      end
    end
  end
end