Sha256: 14c6f0c58b5c528d04c71121a7b96f5d2c0080e6ed98297c129584c93e243258
Contents?: true
Size: 327 Bytes
Versions: 4
Compression:
Stored size: 327 Bytes
Contents
module VagrantPlugins module VCloudAir module Action class MessageCannotSuspend def initialize(app, env) @app = app end def call(env) env[:ui].info(I18n.t('vagrant_vcloudair.vm.vm_halted_cannot_suspend')) @app.call(env) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems