Sha256: 3c6525b9aae0d707bbf4a766000cd36e8f0a6d5cb84c3195fc47d976b9de7583

Contents?: true

Size: 344 Bytes

Versions: 23

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

module VagrantPlugins
  module ProviderLibvirt
    module Action
      class MessageNotCreated
        def initialize(app, _env)
          @app = app
        end

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
vagrant-libvirt-0.12.2 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.12.1 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.12.0 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.11.2 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.11.1 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.8 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.7 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.6 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.5 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.4 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.3 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.2 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.1 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.10.0 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.9.0 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.8.2 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.8.1 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.8.0 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.7.0 lib/vagrant-libvirt/action/message_not_created.rb
vagrant-libvirt-0.6.3 lib/vagrant-libvirt/action/message_not_created.rb