Module: Leeroy::Task
- Includes:
- Helpers, Helpers::Env, Helpers::Logging, Helpers::State
- Included in:
- Base
- Defined in:
- lib/leeroy/task.rb,
lib/leeroy/task/base.rb,
lib/leeroy/task/stub.rb,
lib/leeroy/task/image.rb,
lib/leeroy/task/sleep.rb,
lib/leeroy/task/terminate.rb,
lib/leeroy/task/instantiate.rb
Defined Under Namespace
Classes: Base, Image, Instantiate, Sleep, Stub, Terminate
Constant Summary
Constants included from Helpers::Logging
Helpers::Logging::TRACE_FORMAT, Helpers::Logging::TRACE_LEVELS, Helpers::Logging::TRUNCATE_THRESHOLD
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#global_options ⇒ Object
readonly
Returns the value of attribute global_options.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Attributes included from Helpers::State
Attributes included from Helpers::Env
Method Summary
Methods included from Helpers::Logging
Methods included from Helpers::State
#dump_state, #load_state, #rotate_task_metadata, #state_from_pipe, #to_s
Methods included from Helpers::Env
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args.
14 15 16 |
# File 'lib/leeroy/task.rb', line 14 def args @args end |
#global_options ⇒ Object (readonly)
Returns the value of attribute global_options.
14 15 16 |
# File 'lib/leeroy/task.rb', line 14 def end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
14 15 16 |
# File 'lib/leeroy/task.rb', line 14 def end |