Sha256: 4c1427dc25cd0ff8f5494151d6a462c868db6dc7705c301064b27019c7c902d7

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

module Eeml
  class OutputRegistry # :nodoc:
    #look at the given xml, build and return a new v005 or 006 parser, accordingly
    def self.get_xml_output_for(version = EEML_VERSION)
      LibXMLEemlOutputV005.new
    end

    def self.get_json_output_for(version = EEML_VERSION)
      JsonOutput.new
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eeml-0.0.2 lib/eeml/output_registry.rb