Class: Metanorma::Release::PublishCommand::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::PublishCommand::Config
- Defined in:
- lib/metanorma/release/commands/publish.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
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def concurrency @concurrency end |
#config_source ⇒ Object
Returns the value of attribute config_source
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def config_source @config_source end |
#force ⇒ Object
Returns the value of attribute force
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def force @force end |
#force_replace ⇒ Object
Returns the value of attribute force_replace
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def force_replace @force_replace end |
#manifest ⇒ Object
Returns the value of attribute manifest
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def manifest @manifest end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def output_dir @output_dir end |
#platform ⇒ Object
Returns the value of attribute platform
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def platform @platform end |
#token ⇒ Object
Returns the value of attribute token
6 7 8 |
# File 'lib/metanorma/release/commands/publish.rb', line 6 def token @token end |