Sha256: 0e7e7ee6bfc5bfa6dccee3c6fde2b0250d1ed4ac2b2e127196e7685eb4e399b3

Contents?: true

Size: 316 Bytes

Versions: 29

Compression:

Stored size: 316 Bytes

Contents

module VagrantPlugins
  module ProviderLibvirt
    module Action
      class MessageNotSuspended
        def initialize(app, env)
          @app = app
        end

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.15 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.14 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.13 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.12 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.11 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.10 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.9 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.8 lib/vagrant-libvirt/action/message_not_suspended.rb
vagrant-libvirt-0.0.7 lib/vagrant-libvirt/action/message_not_suspended.rb