class Lutaml::Model::TomlAdapter::TomlObject

def []=(key, value)

def []=(key, value)
  @attributes[key] = value
end