Method: Metanorma::Collection#documents
- Defined in:
- lib/metanorma/collection/collection.rb
#documents ⇒ Array<String>
Returns 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 documents @documents end |