Class: Metanorma::Release::ReleaseCommand::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::ReleaseCommand::Config
- Defined in:
- lib/metanorma/release/commands/release_command.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#config_source ⇒ Object
Returns the value of attribute config_source.
-
#force ⇒ Object
Returns the value of attribute force.
-
#force_replace ⇒ Object
Returns the value of attribute force_replace.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def concurrency @concurrency end |
#config_source ⇒ Object
Returns the value of attribute config_source
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def config_source @config_source end |
#force ⇒ Object
Returns the value of attribute force
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def force @force end |
#force_replace ⇒ Object
Returns the value of attribute force_replace
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def force_replace @force_replace end |
#manifest ⇒ Object
Returns the value of attribute manifest
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def manifest @manifest end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def output_dir @output_dir end |
#platform ⇒ Object
Returns the value of attribute platform
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def platform @platform end |
#token ⇒ Object
Returns the value of attribute token
9 10 11 |
# File 'lib/metanorma/release/commands/release_command.rb', line 9 def token @token end |