Class: Lutaml::Lml::Format::Adapter::Mapping
- Inherits:
-
KeyValue::Mapping
- Object
- KeyValue::Mapping
- Lutaml::Lml::Format::Adapter::Mapping
- Defined in:
- lib/lutaml/lml/format/adapter/mapping.rb
Instance Method Summary collapse
- #dup_instance ⇒ Object
-
#initialize ⇒ Mapping
constructor
A new instance of Mapping.
Constructor Details
#initialize ⇒ Mapping
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_instance ⇒ Object
12 13 14 |
# File 'lib/lutaml/lml/format/adapter/mapping.rb', line 12 def dup_instance self.class.new end |