Sha256: e3545e05257ed861a5b2f00a6edadb739f96bc243ce66b53df5be6ee6ce0551c
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
module Legion::Extensions::Tasker module Actor class Log < Legion::Extensions::Actors::Subscription def check_subtask? false end def generate_task? false end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lex-tasker-0.2.1 | lib/legion/extensions/tasker/actors/log.rb |
lex-tasker-0.2.0 | lib/legion/extensions/tasker/actors/log.rb |