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.
-
#create_zip ⇒ Object
Returns the value of attribute create_zip.
-
#data_dir ⇒ Object
Returns the value of attribute data_dir.
-
#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.
Instance Attribute Details
#cache_dir ⇒ Object
Returns the value of attribute cache_dir
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def cache_dir @cache_dir end |
#channels ⇒ Object
Returns the value of attribute channels
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def channels @channels end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def concurrency @concurrency end |
#create_zip ⇒ Object
Returns the value of attribute create_zip
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def create_zip @create_zip end |
#data_dir ⇒ Object
Returns the value of attribute data_dir
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def data_dir @data_dir end |
#file_routing ⇒ Object
Returns the value of attribute file_routing
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def file_routing @file_routing end |
#include_drafts ⇒ Object
Returns the value of attribute include_drafts
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def include_drafts @include_drafts end |
#local_path ⇒ Object
Returns the value of attribute local_path
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def local_path @local_path end |
#min_documents ⇒ Object
Returns the value of attribute min_documents
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def min_documents @min_documents end |
#organizations ⇒ Object
Returns the value of attribute organizations
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def organizations @organizations end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def output_dir @output_dir end |
#repo_pattern ⇒ Object
Returns the value of attribute repo_pattern
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def repo_pattern @repo_pattern end |
#repos ⇒ Object
Returns the value of attribute repos
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def repos @repos end |
#source ⇒ Object
Returns the value of attribute source
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def source @source end |
#stages ⇒ Object
Returns the value of attribute stages
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def stages @stages end |
#token ⇒ Object
Returns the value of attribute token
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def token @token end |
#topic ⇒ Object
Returns the value of attribute topic
8 9 10 |
# File 'lib/metanorma/release/commands/aggregate.rb', line 8 def topic @topic end |