Method: Metanorma::Collection#directives

Defined in:
lib/metanorma/collection.rb

#directivesArray<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



16
17
18
# File 'lib/metanorma/collection.rb', line 16

def directives
  @directives
end