class Lutaml::Express::LutamlPath::DocumentWrapper

Protected Instance Methods

serialize_document(repository) click to toggle source
# File lib/lutaml/express/lutaml_path/document_wrapper.rb, line 10
def serialize_document(repository)
  repository
    .to_hash(formatter: Formatter, include_empty: true)
end