Class: Lutaml::KeyValue::Adapter::Jsonl::Document
- Inherits:
-
Object
- Object
- Lutaml::KeyValue::Adapter::Jsonl::Document
- Defined in:
- lib/lutaml/key_value/adapter/jsonl/document.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(jsons = [], register: nil) ⇒ Document
constructor
A new instance of Document.
Constructor Details
#initialize(jsons = [], register: nil) ⇒ Document
Returns a new instance of Document.
8 9 10 11 |
# File 'lib/lutaml/key_value/adapter/jsonl/document.rb', line 8 def initialize(jsons = [], register: nil) @jsons = jsons @register = register || Lutaml::Model::Config.default_register end |