Class: Done

Inherits:
ScriptExecutionState show all
Defined in:
lib/help/script_execution_state.rb

Overview

Done.

Instance Attribute Summary

Attributes inherited from ScriptExecutionState

#context, #logger

Instance Method Summary collapse

Methods inherited from ScriptExecutionState

#end_state, #enter, #failed?, #initialize, #register_state_change_listener, #start_state_machine, #to_s

Methods included from StateTransitionHelper

#attach_volume, #connect, #copy, #create_fs, #create_snapshot, #create_volume, #create_volume_from_snapshot, #delete_volume, #detach_volume, #launch_instance, #mount_fs, #register_snapshot, #shut_down_instance, #unmount_fs, #zip_volume

Constructor Details

This class inherits a constructor from ScriptExecutionState

Instance Method Details

#done?Boolean

Returns:

  • (Boolean)


105
106
107
# File 'lib/help/script_execution_state.rb', line 105

def done?
  true
end