Sha256: a93a1df7fff20ba32d11bcacf6b2724486812712a3f9f69bff054f27901d1783
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
# lib/lutaml/model/config.rb 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.1 | lib/lutaml/model/config.rb |
lutaml-model-0.3.0 | lib/lutaml/model/config.rb |
lutaml-model-0.2.1 | lib/lutaml/model/config.rb |
lutaml-model-0.1.0 | lib/lutaml/model/config.rb |