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
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def concurrency @concurrency end |
#fail_on_error ⇒ Object
Returns the value of attribute fail_on_error
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def fail_on_error @fail_on_error end |
#include_drafts ⇒ Object
Returns the value of attribute include_drafts
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def include_drafts @include_drafts end |
#organizations ⇒ Object
Returns the value of attribute organizations
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def organizations @organizations end |
#topic ⇒ Object
Returns the value of attribute topic
34 35 36 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 34 def topic @topic end |