Class: Metanorma::Release::AggregationPipeline::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def channels
  @channels
end

#concurrencyObject

Returns the value of attribute concurrency

Returns:

  • (Object)

    the current value of concurrency



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def concurrency
  @concurrency
end

#fail_on_errorObject

Returns the value of attribute fail_on_error

Returns:

  • (Object)

    the current value of fail_on_error



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def fail_on_error
  @fail_on_error
end

#include_draftsObject

Returns the value of attribute include_drafts

Returns:

  • (Object)

    the current value of include_drafts



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def include_drafts
  @include_drafts
end

#organizationsObject

Returns the value of attribute organizations

Returns:

  • (Object)

    the current value of organizations



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def organizations
  @organizations
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



42
43
44
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 42

def topic
  @topic
end