Class: VagrantPlugins::Parallels::Action::ClearSharedFolders
- Inherits:
-
Object
- Object
- VagrantPlugins::Parallels::Action::ClearSharedFolders
- Defined in:
- lib/vagrant-parallels/action/clear_shared_folders.rb
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app, env) ⇒ ClearSharedFolders
constructor
A new instance of ClearSharedFolders.
Constructor Details
#initialize(app, env) ⇒ ClearSharedFolders
Returns a new instance of ClearSharedFolders.
5 6 7 |
# File 'lib/vagrant-parallels/action/clear_shared_folders.rb', line 5 def initialize(app, env) @app = app end |
Instance Method Details
#call(env) ⇒ Object
9 10 11 12 13 |
# File 'lib/vagrant-parallels/action/clear_shared_folders.rb', line 9 def call(env) env[:machine].provider.driver.clear_shared_folders @app.call(env) end |