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