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