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.
-
#failed_repos ⇒ Object
Returns the value of attribute failed_repos.
-
#publications ⇒ Object
Returns the value of attribute publications.
-
#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
40 41 42 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40 def channels_found @channels_found end |
#failed_repos ⇒ Object
Returns the value of attribute failed_repos
40 41 42 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40 def failed_repos @failed_repos end |
#publications ⇒ Object
Returns the value of attribute publications
40 41 42 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40 def publications @publications end |
#repo_count ⇒ Object
Returns the value of attribute repo_count
40 41 42 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40 def repo_count @repo_count end |
#report ⇒ Object
Returns the value of attribute report
40 41 42 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40 def report @report end |