Sha256: d8ad74f40616e0b514dde2290994331792bcc8b56ae538a7b4ae86e99241d6a2

Contents?: true

Size: 274 Bytes

Versions: 23

Compression:

Stored size: 274 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/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.21 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.20 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.19 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.18 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.17 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.16 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.15 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.14 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.13 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.12 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.11 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.10 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.9 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.8 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.7 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.6 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.5 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.4 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.4.3 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb