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



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

def channels
  @channels
end

#concurrencyObject

Returns the value of attribute concurrency

Returns:

  • (Object)

    the current value of concurrency



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

def concurrency
  @concurrency
end

#fail_on_errorObject

Returns the value of attribute fail_on_error

Returns:

  • (Object)

    the current value of fail_on_error



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

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



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

def include_drafts
  @include_drafts
end

#organizationsObject

Returns the value of attribute organizations

Returns:

  • (Object)

    the current value of organizations



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

def organizations
  @organizations
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



13
14
15
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13

def topic
  @topic
end