Method: Metanorma::Collection#bibdatas

Defined in:
lib/metanorma/collection/collection.rb

#bibdatasArray<String>

Returns documents-inline to inject the XML into the collection manifest; documents-external to keeps them outside.

Returns:

  • (Array<String>)

    documents-inline to inject the XML into the collection manifest; documents-external to keeps them outside



22
23
24
# File 'lib/metanorma/collection/collection.rb', line 22

def bibdatas
  @bibdatas
end