openxml/openxml-package

View on GitHub
lib/openxml/types.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Types
    XML = "application/xml".freeze
    RELATIONSHIPS = "application/vnd.openxmlformats-package.relationships+xml".freeze
  end
end