Class: Metanorma::Release::AggregationPipeline::Result
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::AggregationPipeline::Result
- Defined in:
- lib/metanorma/release/aggregation_pipeline.rb
Instance Attribute Summary collapse
-
#channels_found ⇒ Object
Returns the value of attribute channels_found.
-
#documents ⇒ Object
Returns the value of attribute documents.
-
#failed_repos ⇒ Object
Returns the value of attribute failed_repos.
-
#repo_count ⇒ Object
Returns the value of attribute repo_count.
-
#report ⇒ Object
Returns the value of attribute report.
Instance Attribute Details
#channels_found ⇒ Object
Returns the value of attribute channels_found
19 20 21 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19 def channels_found @channels_found end |
#documents ⇒ Object
Returns the value of attribute documents
19 20 21 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19 def documents @documents end |
#failed_repos ⇒ Object
Returns the value of attribute failed_repos
19 20 21 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19 def failed_repos @failed_repos end |
#repo_count ⇒ Object
Returns the value of attribute repo_count
19 20 21 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19 def repo_count @repo_count end |
#report ⇒ Object
Returns the value of attribute report
19 20 21 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19 def report @report end |