Class: VagrantPlugins::Proxmox::Action::MessageFileNotFound
- Inherits:
-
ProxmoxAction
- Object
- ProxmoxAction
- VagrantPlugins::Proxmox::Action::MessageFileNotFound
- Defined in:
- lib/vagrant-proxmox/action/message_file_not_found.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app, env) ⇒ MessageFileNotFound
constructor
A new instance of MessageFileNotFound.
Constructor Details
#initialize(app, env) ⇒ MessageFileNotFound
Returns a new instance of MessageFileNotFound.
7 8 9 |
# File 'lib/vagrant-proxmox/action/message_file_not_found.rb', line 7 def initialize app, env @app = app end |
Instance Method Details
#call(env) ⇒ Object
11 12 13 14 15 |
# File 'lib/vagrant-proxmox/action/message_file_not_found.rb', line 11 def call env #TODO add file name env[:ui].info I18n.t('vagrant_proxmox.errors.file_not_found') next_action env end |