Class: HashiCorp::VagrantVMwareDesktop::Action::MessageNotCreated
- Inherits:
-
Object
- Object
- HashiCorp::VagrantVMwareDesktop::Action::MessageNotCreated
- Includes:
- Common
- Defined in:
- lib/vagrant-vmware-desktop/action/message_not_created.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app, env) ⇒ MessageNotCreated
constructor
A new instance of MessageNotCreated.
Methods included from Common
Constructor Details
#initialize(app, env) ⇒ MessageNotCreated
Returns a new instance of MessageNotCreated.
10 11 12 |
# File 'lib/vagrant-vmware-desktop/action/message_not_created.rb', line 10 def initialize(app, env) @app = app end |
Instance Method Details
#call(env) ⇒ Object
14 15 16 17 |
# File 'lib/vagrant-vmware-desktop/action/message_not_created.rb', line 14 def call(env) env[:ui].info(I18n.t("hashicorp.vagrant_vmware_desktop.not_created")) @app.call(env) end |