openxml/openxml-pptx

View on GitHub
lib/openxml/pptx/properties/customer_data_container.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "openxml/pptx/properties/customer_data"

module OpenXml
  module Pptx
    module Properties
      class CustomerDataContainer < TransparentContainerProperty
        child_class :customer_data

      end
    end
  end
end