Class: Metanorma::Release::AggregateCommand::Config
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::AggregateCommand::Config
- Defined in:
- lib/metanorma/release/commands/aggregate.rb
Instance Attribute Summary collapse
-
#cache_dir ⇒ Object
Returns the value of attribute cache_dir.
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#file_routing ⇒ Object
Returns the value of attribute file_routing.
-
#include_drafts ⇒ Object
Returns the value of attribute include_drafts.
-
#local_path ⇒ Object
Returns the value of attribute local_path.
-
#min_documents ⇒ Object
Returns the value of attribute min_documents.
-
#organizations ⇒ Object
Returns the value of attribute organizations.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#repo_pattern ⇒ Object
Returns the value of attribute repo_pattern.
-
#repos ⇒ Object
Returns the value of attribute repos.
-
#source ⇒ Object
Returns the value of attribute source.
-
#stages ⇒ Object
Returns the value of attribute stages.
-
#token ⇒ Object
Returns the value of attribute token.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#cache_dir ⇒ Object
Returns the value of attribute cache_dir
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def cache_dir @cache_dir end |
#channels ⇒ Object
Returns the value of attribute channels
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def concurrency @concurrency end |
#file_routing ⇒ Object
Returns the value of attribute file_routing
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def file_routing @file_routing end |
#include_drafts ⇒ Object
Returns the value of attribute include_drafts
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def include_drafts @include_drafts end |
#local_path ⇒ Object
Returns the value of attribute local_path
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def local_path @local_path end |
#min_documents ⇒ Object
Returns the value of attribute min_documents
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def min_documents @min_documents end |
#organizations ⇒ Object
Returns the value of attribute organizations
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def organizations @organizations end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def output_dir @output_dir end |
#repo_pattern ⇒ Object
Returns the value of attribute repo_pattern
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def repo_pattern @repo_pattern end |
#repos ⇒ Object
Returns the value of attribute repos
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def repos @repos end |
#source ⇒ Object
Returns the value of attribute source
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def source @source end |
#stages ⇒ Object
Returns the value of attribute stages
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def stages @stages end |
#token ⇒ Object
Returns the value of attribute token
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def token @token end |
#topic ⇒ Object
Returns the value of attribute topic
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def topic @topic end |
#zip ⇒ Object
Returns the value of attribute zip
6 7 8 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 6 def zip @zip end |