Class: Metanorma::Release::RelatonEnricher::EnrichResult
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::RelatonEnricher::EnrichResult
- Defined in:
- lib/metanorma/release/relaton_enricher.rb
Instance Attribute Summary collapse
-
#documents ⇒ Object
Returns the value of attribute documents.
-
#item_count ⇒ Object
Returns the value of attribute item_count.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
Instance Attribute Details
#documents ⇒ Object
Returns the value of attribute documents
11 12 13 |
# File 'lib/metanorma/release/relaton_enricher.rb', line 11 def documents @documents end |
#item_count ⇒ Object
Returns the value of attribute item_count
11 12 13 |
# File 'lib/metanorma/release/relaton_enricher.rb', line 11 def item_count @item_count end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
11 12 13 |
# File 'lib/metanorma/release/relaton_enricher.rb', line 11 def output_dir @output_dir end |