Sha256: 6c0b23e6f4189ad82ecf443dc83ab6e33f467a75d42ce2d7de1c8df3fccf7caf

Contents?: true

Size: 310 Bytes

Versions: 8

Compression:

Stored size: 310 Bytes

Contents

module VagrantPlugins
module OpenStack
    module Action
      class MessageSnapshotDone
        def initialize(app, env)
          @app = app
        end

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
vagrant-openstack-plugin-tom-0.12.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.12.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.11.1 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.11.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.10.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.9.1 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.9.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb
vagrant-openstack-plugin-0.8.0 lib/vagrant-openstack-plugin/action/message_snapshot_done.rb