Sha256: ea220d43ac93f75fbcad5618454afa3af94d176be0396fae6e5a85d7c95a28be

Contents?: true

Size: 275 Bytes

Versions: 23

Compression:

Stored size: 275 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'
    end


  end


end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
power_stencil-0.4.22 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.21 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.20 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.19 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.18 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.17 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.16 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.15 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.14 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.13 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.12 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.11 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.10 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.9 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.8 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.7 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.6 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.5 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.4 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.3 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb