Sha256: af4a2f589901833a832d271cc53513af0d6732ef2f99fe9fd1c7d194002924f0

Contents?: true

Size: 309 Bytes

Versions: 12

Compression:

Stored size: 309 Bytes

Contents

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vagrant-ovirt4-2.2.0 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-2.1.3 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-2.1.0 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-2.0.0 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.2.3 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.2.2 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.2.1 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.2.0 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.1.0 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.0.2 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.0.1 lib/vagrant-ovirt4/action/message_not_created.rb
vagrant-ovirt4-1.0.0 lib/vagrant-ovirt4/action/message_not_created.rb