Sha256: 0ce9d5499b9420711515b4dfa1c2d74e95b7eee6cb27aa5c3ffacfd0dfbeba0c

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

module Legion::Extensions::Conditioner
  module Actor
    class Conditioner < Legion::Extensions::Actors::Subscription
      def runner_function
        'check'
      end

      def check_subtask?
        false
      end

      def generate_task?
        false
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lex-conditioner-0.2.5 lib/legion/extensions/conditioner/actors/conditioner.rb
lex-conditioner-0.2.3 lib/legion/extensions/conditioner/actors/conditioner.rb
lex-conditioner-0.2.1 lib/legion/extensions/conditioner/actors/conditioner.rb
lex-conditioner-0.2.0 lib/legion/extensions/conditioner/actors/conditioner.rb