Class: Vagrant::LXC::Action::BaseAction

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-lxc/action/base_action.rb

Instance Method Summary collapse

Constructor Details

#initialize(app, env) ⇒ BaseAction

Returns a new instance of BaseAction.



5
6
7
# File 'lib/vagrant-lxc/action/base_action.rb', line 5

def initialize(app, env)
  @app = app
end