Class: Metanorma::Release::AggregationPipeline::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/aggregation_pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channels_foundObject

Returns the value of attribute channels_found

Returns:

  • (Object)

    the current value of channels_found



40
41
42
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40

def channels_found
  @channels_found
end

#failed_reposObject

Returns the value of attribute failed_repos

Returns:

  • (Object)

    the current value of failed_repos



40
41
42
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40

def failed_repos
  @failed_repos
end

#publicationsObject

Returns the value of attribute publications

Returns:

  • (Object)

    the current value of publications



40
41
42
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40

def publications
  @publications
end

#repo_countObject

Returns the value of attribute repo_count

Returns:

  • (Object)

    the current value of repo_count



40
41
42
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40

def repo_count
  @repo_count
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



40
41
42
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 40

def report
  @report
end