Class: Lutaml::Lml::Format::Adapter::Mapping

Inherits:
KeyValue::Mapping
  • Object
show all
Defined in:
lib/lutaml/lml/format/adapter/mapping.rb

Instance Method Summary collapse

Constructor Details

#initializeMapping

Returns a new instance of Mapping.



8
9
10
# File 'lib/lutaml/lml/format/adapter/mapping.rb', line 8

def initialize
  super(:lml)
end

Instance Method Details

#dup_instanceObject



12
13
14
# File 'lib/lutaml/lml/format/adapter/mapping.rb', line 12

def dup_instance
  self.class.new
end