Sha256: 9ddabd96915a1d67c8b1329f43c28d454f64dd2de0429930c9418b6ee1d5ea68

Contents?: true

Size: 325 Bytes

Versions: 25

Compression:

Stored size: 325 Bytes

Contents

module VagrantPlugins
  module AWS
    module Action
      class MessageAlreadyCreated
        def initialize(app, env)
          @app = app
        end

        def call(env)
          env[:ui].info(I18n.t("vagrant_aws.already_status", :status => "created"))
          @app.call(env)
        end
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 8 rubygems

Version Path
vagrant-aws-mscottford-0.8.2 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mscottford-0.8.1 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mscottford-0.8.0 lib/vagrant-aws/action/message_already_created.rb
vagrant-gecko-aws-0.8.0 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.24 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-detiber-0.7.2.pre.4 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-detiber-0.7.2.pre.3 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-detiber-0.7.2.pre.2 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.22 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.16 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-iam-decoder-0.7.2 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.14 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.11 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.10 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.9 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-mkubenka-0.7.2.pre.8 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-0.7.2 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-0.7.1 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-0.7.0 lib/vagrant-aws/action/message_already_created.rb
vagrant-aws-0.6.0 lib/vagrant-aws/action/message_already_created.rb