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
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def concurrency @concurrency end |
#config_source ⇒ Object
Returns the value of attribute config_source
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def config_source @config_source end |
#force ⇒ Object
Returns the value of attribute force
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def force @force end |
#force_replace ⇒ Object
Returns the value of attribute force_replace
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def force_replace @force_replace end |
#manifest ⇒ Object
Returns the value of attribute manifest
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def manifest @manifest end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def output_dir @output_dir end |
#platform ⇒ Object
Returns the value of attribute platform
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def platform @platform end |
#token ⇒ Object
Returns the value of attribute token
8 9 10 |
# File 'lib/metanorma/release/commands/release_command.rb', line 8 def token @token end |