Sha256: a1cf5649cc6ded900a1a88b138fd4fb0e2b4c87cd410abfaeafb112f65741714

Contents?: true

Size: 296 Bytes

Versions: 85

Compression:

Stored size: 296 Bytes

Contents

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

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

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
vagrant-mos-0.9.61 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.60 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.56 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.55 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.54 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.53 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.52 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.50 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.42 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.40 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.39 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.38 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.37 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.36 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.35 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.34 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.33 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.32 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.31 lib/vagrant-mos/action/message_not_created.rb
vagrant-mos-0.9.30 lib/vagrant-mos/action/message_not_created.rb