Class: Metanorma::Release::PackageCommand::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::PackageCommand::Config
- Defined in:
- lib/metanorma/release/commands/package.rb
Instance Attribute Summary collapse
-
#config_source ⇒ Object
Returns the value of attribute config_source.
-
#dest ⇒ Object
Returns the value of attribute dest.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
Instance Attribute Details
#config_source ⇒ Object
Returns the value of attribute config_source
6 7 8 |
# File 'lib/metanorma/release/commands/package.rb', line 6 def config_source @config_source end |
#dest ⇒ Object
Returns the value of attribute dest
6 7 8 |
# File 'lib/metanorma/release/commands/package.rb', line 6 def dest @dest end |
#manifest ⇒ Object
Returns the value of attribute manifest
6 7 8 |
# File 'lib/metanorma/release/commands/package.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/package.rb', line 6 def output_dir @output_dir end |