Sha256: 6930c8679683eae8d308e553c15d938233993a079b5bff51e4ff6a21d3adf85d
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
module Legion::Extensions::Tasker module Actor class Log < Legion::Extensions::Actors::Subscription def runner_function 'add_log' end def check_subtask? false end def generate_task? false end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lex-tasker-0.1.3 | lib/legion/extensions/tasker/actors/log.rb |
lex-tasker-0.1.2 | lib/legion/extensions/tasker/actors/log.rb |
lex-tasker-0.1.1 | lib/legion/extensions/tasker/actors/log.rb |