Sha256: f671f253466c6598e4ff096800e03c473d24c2357e8d9b4e913a39d113224797

Contents?: true

Size: 482 Bytes

Versions: 9

Compression:

Stored size: 482 Bytes

Contents

module PowerStencil
  module CommandProcessors

    class Get

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

      def execute
        targets = targets_from_criteria analyse_extra_params, project.engine.root_universe
        targets.each do |target|
          display_entity target
          puts
        end
      end

    end

  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
power_stencil-0.3.8 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.7 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.6 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.5 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.4 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.3 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.2 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.1 lib/power_stencil/command_processors/get.rb
power_stencil-0.3.0 lib/power_stencil/command_processors/get.rb