class VagrantPlugins::ProviderLibvirt::Action::MessageNotCreated
Public Class Methods
new(app, env)
click to toggle source
# File lib/vagrant-libvirt/action/message_not_created.rb, line 5 def initialize(app, env) @app = app end
Public Instance Methods
call(env)
click to toggle source
# File lib/vagrant-libvirt/action/message_not_created.rb, line 9 def call(env) env[:ui].info(I18n.t("vagrant_libvirt.not_created")) @app.call(env) end