Module: Lutaml::Model::Config
Instance Attribute Summary collapse
-
#json_adapter ⇒ Object
Returns the value of attribute json_adapter.
-
#toml_adapter ⇒ Object
Returns the value of attribute toml_adapter.
-
#xml_adapter ⇒ Object
Returns the value of attribute xml_adapter.
-
#yaml_adapter ⇒ Object
Returns the value of attribute yaml_adapter.
Instance Method Summary collapse
Instance Attribute Details
#json_adapter ⇒ Object
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_adapter ⇒ Object
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_adapter ⇒ Object
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_adapter ⇒ Object
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
8 9 10 |
# File 'lib/lutaml/model/config.rb', line 8 def configure yield self end |