Module: Consist
- Defined in:
- lib/consist.rb,
lib/consist/cli.rb,
lib/consist/step.rb,
lib/consist/utils.rb,
lib/consist/recipe.rb,
lib/consist/version.rb,
lib/consist/resolver.rb,
lib/consist/thor_ext.rb,
lib/consist/consistfile.rb,
lib/consist/commands/exec.rb,
lib/consist/commands/check.rb,
lib/consist/commands/mutate.rb,
lib/consist/commands/upload.rb,
lib/consist/commands/includes/erbable.rb,
lib/consist/commands/includes/stream_logger.rb
Defined Under Namespace
Modules: Commands, ThorExt, Utils Classes: CLI, Consistfile, Recipe, Resolver, Step
Constant Summary collapse
- VERSION =
"0.1.6".freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
-
.consist_dir ⇒ Object
Returns the value of attribute consist_dir.
-
.files ⇒ Object
Returns the value of attribute files.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
5 6 7 |
# File 'lib/consist/consistfile.rb', line 5 def config @config end |
.consist_dir ⇒ Object
Returns the value of attribute consist_dir.
5 6 7 |
# File 'lib/consist/consistfile.rb', line 5 def consist_dir @consist_dir end |
.files ⇒ Object
Returns the value of attribute files.
5 6 7 |
# File 'lib/consist/consistfile.rb', line 5 def files @files end |