Class: Metanorma::Release::IndexSummary
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::IndexSummary
- Defined in:
- lib/metanorma/release/document_index.rb
Instance Attribute Summary collapse
-
#channels_found ⇒ Object
Returns the value of attribute channels_found.
-
#document_count ⇒ Object
Returns the value of attribute document_count.
-
#repo_count ⇒ Object
Returns the value of attribute repo_count.
Instance Attribute Details
#channels_found ⇒ Object
Returns the value of attribute channels_found
27 28 29 |
# File 'lib/metanorma/release/document_index.rb', line 27 def channels_found @channels_found end |
#document_count ⇒ Object
Returns the value of attribute document_count
27 28 29 |
# File 'lib/metanorma/release/document_index.rb', line 27 def document_count @document_count end |
#repo_count ⇒ Object
Returns the value of attribute repo_count
27 28 29 |
# File 'lib/metanorma/release/document_index.rb', line 27 def repo_count @repo_count end |