openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class ShortMonth < OpenXml::Docx::Element
        tag :monthShort

      end
    end
  end
end