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

Class Attribute Details

.chef_configObject

Returns the value of attribute chef_config.



5
6
7
# File 'lib/chake/config.rb', line 5

def chef_config
  @chef_config
end

.nodesObject

Returns the value of attribute nodes.



6
7
8
# File 'lib/chake/config.rb', line 6

def nodes
  @nodes
end

.tmpdirObject

Returns the value of attribute tmpdir.



7
8
9
# File 'lib/chake/config.rb', line 7

def tmpdir
  @tmpdir
end