Method: Metanorma::Collection#coverpage

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

#coverpageArray<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 coverpage
  @coverpage
end