Class: Metanorma::Release::ReleasePipeline::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ReleasePipeline::Config
- Defined in:
- lib/metanorma/release/release_pipeline.rb
Instance Attribute Summary collapse
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#default_visibility ⇒ Object
Returns the value of attribute default_visibility.
-
#force ⇒ Object
Returns the value of attribute force.
-
#force_replace_patterns ⇒ Object
Returns the value of attribute force_replace_patterns.
-
#manifest_path ⇒ Object
Returns the value of attribute manifest_path.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
Instance Attribute Details
#concurrency ⇒ Object
Returns the value of attribute concurrency
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def concurrency @concurrency end |
#default_visibility ⇒ Object
Returns the value of attribute default_visibility
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def default_visibility @default_visibility end |
#force ⇒ Object
Returns the value of attribute force
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def force @force end |
#force_replace_patterns ⇒ Object
Returns the value of attribute force_replace_patterns
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def force_replace_patterns @force_replace_patterns end |
#manifest_path ⇒ Object
Returns the value of attribute manifest_path
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def manifest_path @manifest_path end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
13 14 15 |
# File 'lib/metanorma/release/release_pipeline.rb', line 13 def output_dir @output_dir end |