Sha256: 0357744c9f83a71edb59a4e12695cde0a74da546ad87458537dac035eedf3709

Contents?: true

Size: 310 Bytes

Versions: 20

Compression:

Stored size: 310 Bytes

Contents

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

        def call(env)
          env[:ui].info(I18n.t("vagrant_cloudstack.not_created"))
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.5.2 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-1.5.1 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-1.5.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-1.4.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-1.1.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-1.0.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.10.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.9.1 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.9.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.8.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.7.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.6.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.5.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.4.1 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.4.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.2.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.1.0 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.0.7 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.0.6 lib/vagrant-cloudstack/action/message_not_created.rb
vagrant-cloudstack-0.0.5 lib/vagrant-cloudstack/action/message_not_created.rb