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



48
49
50
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 48

def channels_found
  @channels_found
end

#failed_reposObject

Returns the value of attribute failed_repos

Returns:

  • (Object)

    the current value of failed_repos



48
49
50
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 48

def failed_repos
  @failed_repos
end

#publicationsObject

Returns the value of attribute publications

Returns:

  • (Object)

    the current value of publications



48
49
50
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 48

def publications
  @publications
end

#repo_countObject

Returns the value of attribute repo_count

Returns:

  • (Object)

    the current value of repo_count



48
49
50
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 48

def repo_count
  @repo_count
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



48
49
50
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 48

def report
  @report
end