Class: Metanorma::Release::PublishCommand::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



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

def channels
  @channels
end

#concurrencyObject

Returns the value of attribute concurrency

Returns:

  • (Object)

    the current value of concurrency



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

def concurrency
  @concurrency
end

#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/publish.rb', line 6

def config_source
  @config_source
end

#forceObject

Returns the value of attribute force

Returns:

  • (Object)

    the current value of force



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

def force
  @force
end

#force_replaceObject

Returns the value of attribute force_replace

Returns:

  • (Object)

    the current value of force_replace



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

def force_replace
  @force_replace
end

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



6
7
8
# File 'lib/metanorma/release/commands/publish.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/publish.rb', line 6

def output_dir
  @output_dir
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



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

def platform
  @platform
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



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

def token
  @token
end