Class: Metanorma::Release::AggregationPipeline::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::AggregationPipeline::Config
- Defined in:
- lib/metanorma/release/aggregation_pipeline.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#fail_on_error ⇒ Object
Returns the value of attribute fail_on_error.
-
#include_drafts ⇒ Object
Returns the value of attribute include_drafts.
-
#organizations ⇒ Object
Returns the value of attribute organizations.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def concurrency @concurrency end |
#fail_on_error ⇒ Object
Returns the value of attribute fail_on_error
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def fail_on_error @fail_on_error end |
#include_drafts ⇒ Object
Returns the value of attribute include_drafts
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def include_drafts @include_drafts end |
#organizations ⇒ Object
Returns the value of attribute organizations
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def organizations @organizations end |
#topic ⇒ Object
Returns the value of attribute topic
13 14 15 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 13 def topic @topic end |