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



19
20
21
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19

def channels_found
  @channels_found
end

#documentsObject

Returns the value of attribute documents

Returns:

  • (Object)

    the current value of documents



19
20
21
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19

def documents
  @documents
end

#failed_reposObject

Returns the value of attribute failed_repos

Returns:

  • (Object)

    the current value of failed_repos



19
20
21
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19

def failed_repos
  @failed_repos
end

#repo_countObject

Returns the value of attribute repo_count

Returns:

  • (Object)

    the current value of repo_count



19
20
21
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19

def repo_count
  @repo_count
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



19
20
21
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 19

def report
  @report
end