Class: Metanorma::Release::PackageCommand::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/commands/package.rb

Instance Attribute Summary collapse

Instance Attribute Details

#config_sourceObject

Returns the value of attribute config_source

Returns:

  • (Object)

    the current value of config_source



6
7
8
# File 'lib/metanorma/release/commands/package.rb', line 6

def config_source
  @config_source
end

#destObject

Returns the value of attribute dest

Returns:

  • (Object)

    the current value of dest



6
7
8
# File 'lib/metanorma/release/commands/package.rb', line 6

def dest
  @dest
end

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



6
7
8
# File 'lib/metanorma/release/commands/package.rb', line 6

def manifest
  @manifest
end

#output_dirObject

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



6
7
8
# File 'lib/metanorma/release/commands/package.rb', line 6

def output_dir
  @output_dir
end