Class: ThemeJuice::Commands::Update
- Inherits:
-
ThemeJuice::Command
- Object
- Task
- ThemeJuice::Command
- ThemeJuice::Commands::Update
- Defined in:
- lib/theme-juice/commands/update.rb
Instance Attribute Summary
Attributes inherited from Task
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Update
constructor
A new instance of Update.
Methods inherited from ThemeJuice::Command
Methods inherited from Task
Constructor Details
#initialize(opts = {}) ⇒ Update
Returns a new instance of Update.
7 8 9 10 11 12 13 14 |
# File 'lib/theme-juice/commands/update.rb', line 7 def initialize(opts = {}) super runner do |tasks| tasks << Migrations::ForwardPorts.new tasks << Tasks::VMUpdateBox.new end end |