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