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