zoer/xmlable

View on GitHub
lib/xmlable/exports.rb

Summary

Maintainability
A
0 mins
Test Coverage
module XMLable
  #
  # Exports module contains the export classes
  #
  module Exports
  end
end

require_relative 'exports/base'
require_relative 'exports/xml_exporter'
require_relative 'exports/json_exporter'