openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class ShortYear < OpenXml::Docx::Element
        tag :yearShort

      end
    end
  end
end