Class: ThemeJuice::Tasks::VMLocation
- Inherits:
-
ThemeJuice::Task
- Object
- ThemeJuice::Task
- ThemeJuice::Tasks::VMLocation
- Defined in:
- lib/theme-juice/tasks/vm_location.rb
Instance Attribute Summary
Attributes inherited from ThemeJuice::Task
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(opts = {}) ⇒ VMLocation
constructor
A new instance of VMLocation.
- #unexecute ⇒ Object
Methods inherited from ThemeJuice::Task
Constructor Details
#initialize(opts = {}) ⇒ VMLocation
Returns a new instance of VMLocation.
7 8 9 |
# File 'lib/theme-juice/tasks/vm_location.rb', line 7 def initialize(opts = {}) super end |
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/theme-juice/tasks/vm_location.rb', line 11 def execute create_path end |
#unexecute ⇒ Object
15 16 17 |
# File 'lib/theme-juice/tasks/vm_location.rb', line 15 def unexecute remove_path end |