Sha256: abb7e4b3109df14cc29f74e4c4c57c428907e8c9b3700d6d525b476e4dc1ecc6

Contents?: true

Size: 316 Bytes

Versions: 31

Compression:

Stored size: 316 Bytes

Contents

module VagrantPlugins
  module Parallels
    module Action
      class MessageNotCreated
        def initialize(app, env)
          @app = app
        end

        def call(env)
          env[:ui].info I18n.t("vagrant.commands.common.vm_not_created")
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
vagrant-parallels-1.0.9.rc1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.8 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.7 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.6 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.6.rc1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.5 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.4 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.3 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.2 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-1.0.0 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.2.2 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.2.2.rc1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.2.1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.2.0 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.1.3 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.1.2 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.1.1 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.1.0 lib/vagrant-parallels/action/message_not_created.rb
vagrant-parallels-0.0.9 lib/vagrant-parallels/action/message_not_created.rb