Object
# File lib/deltacloud/state_machine.rb, line 77 def initialize(machine, destination) @machine = machine @destination = destination @auto = false @action = nil end
# File lib/deltacloud/state_machine.rb, line 84 def automatically @auto = true end
# File lib/deltacloud/state_machine.rb, line 88 def automatically? @auto end
# File lib/deltacloud/state_machine.rb, line 92 def on(action) @action = action end
[Validate]
Generated with the Darkfish Rdoc Generator 2.