Class: Metanorma::Release::AggregateCommand::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#cache_dirObject

Returns the value of attribute cache_dir

Returns:

  • (Object)

    the current value of cache_dir



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

def cache_dir
  @cache_dir
end

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



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

def concurrency
  @concurrency
end

#file_routingObject

Returns the value of attribute file_routing

Returns:

  • (Object)

    the current value of file_routing



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

def file_routing
  @file_routing
end

#include_draftsObject

Returns the value of attribute include_drafts

Returns:

  • (Object)

    the current value of include_drafts



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

def include_drafts
  @include_drafts
end

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



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

def local_path
  @local_path
end

#min_documentsObject

Returns the value of attribute min_documents

Returns:

  • (Object)

    the current value of min_documents



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

def min_documents
  @min_documents
end

#organizationsObject

Returns the value of attribute organizations

Returns:

  • (Object)

    the current value of organizations



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

def organizations
  @organizations
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/aggregate.rb', line 6

def output_dir
  @output_dir
end

#repo_patternObject

Returns the value of attribute repo_pattern

Returns:

  • (Object)

    the current value of repo_pattern



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

def repo_pattern
  @repo_pattern
end

#reposObject

Returns the value of attribute repos

Returns:

  • (Object)

    the current value of repos



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

def repos
  @repos
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#stagesObject

Returns the value of attribute stages

Returns:

  • (Object)

    the current value of stages



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

def stages
  @stages
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



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

def token
  @token
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



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

def topic
  @topic
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



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

def zip
  @zip
end