Sha256: 9beefb2679013d2f339f25dce81f00b03d66ff7f004b847cfbc0661e8c7f6648

Contents?: true

Size: 312 Bytes

Versions: 10

Compression:

Stored size: 312 Bytes

Contents

module <%= plugin_module_name %>

  class Processor

    include Climatic::Script::UnimplementedProcessor
    include Climatic::Proxy
    include PowerStencil::Project::Proxy


    def execute
      puts '<%= main_entry_point.upcase %> PLUGIN WAZ HERE'
      puts_and_logs config[].to_yaml
    end


  end


end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
power_stencil-0.3.9 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.8 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.7 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.6 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.5 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.4 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.3 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.2 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.1 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.3.0 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb