Sha256: a22b84e4d3934d72901fb03a668f2c29790dd8881b3b5cb90d49126a00d4befe

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

module Climatic

  module Script

    module UnimplementedProcessor

      def check_params(command_args)
        Climatic.logger.debug Climatic.config[].inspect
        true
      end

      def execute
        raise Climatic::Error, 'Not yet implemented !'
      end

    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
climatic-0.2.28 lib/climatic/script/unimplemented_processor.rb
climatic-0.2.27 lib/climatic/script/unimplemented_processor.rb
climatic-0.2.26 lib/climatic/script/unimplemented_processor.rb