Class: ThemeJuice::Tasks::VMStage

Inherits:
ThemeJuice::Task show all
Includes:
Capistrano::DSL
Defined in:
lib/theme-juice/tasks/vm_stage.rb

Instance Attribute Summary

Attributes inherited from ThemeJuice::Task

#tasks

Instance Method Summary collapse

Methods inherited from ThemeJuice::Task

#runner, #unexecute

Constructor Details

#initializeVMStage

Returns a new instance of VMStage.



8
9
10
11
12
# File 'lib/theme-juice/tasks/vm_stage.rb', line 8

def initialize
  super

  @vagrant = @config.deployment.stages.vagrant
end

Instance Method Details

#executeObject



14
15
16
# File 'lib/theme-juice/tasks/vm_stage.rb', line 14

def execute
  configure_vm_stage
end