Module: Lutaml::Model::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/lutaml/model/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#json_adapterObject

Returns the value of attribute json_adapter.



6
7
8
# File 'lib/lutaml/model/config.rb', line 6

def json_adapter
  @json_adapter
end

#toml_adapterObject

Returns the value of attribute toml_adapter.



6
7
8
# File 'lib/lutaml/model/config.rb', line 6

def toml_adapter
  @toml_adapter
end

#xml_adapterObject

Returns the value of attribute xml_adapter.



6
7
8
# File 'lib/lutaml/model/config.rb', line 6

def xml_adapter
  @xml_adapter
end

#yaml_adapterObject

Returns the value of attribute yaml_adapter.



6
7
8
# File 'lib/lutaml/model/config.rb', line 6

def yaml_adapter
  @yaml_adapter
end

Instance Method Details

#configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



8
9
10
# File 'lib/lutaml/model/config.rb', line 8

def configure
  yield self
end