Module: Chake
- Defined in:
- lib/chake/node.rb,
lib/chake/config.rb,
lib/chake/tmpdir.rb,
lib/chake/backend.rb,
lib/chake/version.rb,
lib/chake/readline.rb,
lib/chake/backend/ssh.rb,
lib/chake/backend/local.rb
Defined Under Namespace
Classes: Backend, Node, Readline
Constant Summary collapse
- VERSION =
"0.21"
Class Attribute Summary collapse
-
.chef_config ⇒ Object
Returns the value of attribute chef_config.
-
.nodes ⇒ Object
Returns the value of attribute nodes.
-
.tmpdir ⇒ Object
Returns the value of attribute tmpdir.
Class Attribute Details
.chef_config ⇒ Object
Returns the value of attribute chef_config.
5 6 7 |
# File 'lib/chake/config.rb', line 5 def chef_config @chef_config end |
.nodes ⇒ Object
Returns the value of attribute nodes.
6 7 8 |
# File 'lib/chake/config.rb', line 6 def nodes @nodes end |
.tmpdir ⇒ Object
Returns the value of attribute tmpdir.
7 8 9 |
# File 'lib/chake/config.rb', line 7 def tmpdir @tmpdir end |