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