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