Sha256: 470a2d4ebf36bced8ae5c75420433507ccb7b67559d2bc167ee0091b5b47672b
Contents?: true
Size: 323 Bytes
Versions: 8
Compression:
Stored size: 323 Bytes
Contents
module VagrantPlugins module OpenStack module Action class MessageSnapshotInProgress def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t("vagrant_openstack.snapshot_in_progress")) @app.call(env) end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems