Sha256: 67c7c21cfac7e3a06ac9c929f0b2476f009e2936d69a85bfc1e037bae125819b

Contents?: true

Size: 212 Bytes

Versions: 4

Compression:

Stored size: 212 Bytes

Contents

module Lutaml
  module Model
    module Config
      extend self

      attr_accessor :xml_adapter, :json_adapter, :yaml_adapter, :toml_adapter

      def configure
        yield self
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lutaml-model-0.3.5 lib/lutaml/model/config.rb
lutaml-model-0.3.4 lib/lutaml/model/config.rb
lutaml-model-0.3.3 lib/lutaml/model/config.rb
lutaml-model-0.3.2 lib/lutaml/model/config.rb