class VagrantPlugins::ProviderLibvirt::Action::MessageNotCreated
Public Class Methods
Source
# File lib/vagrant-libvirt/action/message_not_created.rb, line 7 def initialize(app, _env) @app = app end
Public Instance Methods
Source
# File lib/vagrant-libvirt/action/message_not_created.rb, line 11 def call(env) env[:ui].info(I18n.t('vagrant_libvirt.not_created')) @app.call(env) end