Class: Legion::Extensions::Actors::Nothing
- Inherits:
-
Object
- Object
- Legion::Extensions::Actors::Nothing
- Includes:
- Base
- Defined in:
- lib/legion/extensions/actors/nothing.rb
Instance Method Summary collapse
- #cancel ⇒ Object
-
#initialize ⇒ Nothing
constructor
A new instance of Nothing.
Methods included from Base
#args, #check_subtask?, #enabled?, #function, #generate_task?, #manual, #runner, #use_runner?
Methods included from Helpers::Lex
#default_settings, #function_desc, #function_example, #function_options, #function_set, included, #runner_desc
Methods included from Helpers::Logger
Methods included from Helpers::Core
Methods included from Helpers::Base
#actor_class, #actor_const, #actor_name, #calling_class, #calling_class_array, #from_json, #full_path, #lex_class, #lex_const, #lex_name, #normalize, #runner_class, #runner_const, #runner_name, #to_dotted_hash
Constructor Details
#initialize ⇒ Nothing
Returns a new instance of Nothing.
9 |
# File 'lib/legion/extensions/actors/nothing.rb', line 9 def initialize; end |
Instance Method Details
#cancel ⇒ Object
11 |
# File 'lib/legion/extensions/actors/nothing.rb', line 11 def cancel; end |