Class: BatCave::Command::Add

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/batcave/command/add.rb

Overview

TODO(sissel): Need to track what we’ve added so we can sync later.

Instance Method Summary collapse

Instance Method Details

#executeObject



21
22
23
# File 'lib/batcave/command/add.rb', line 21

def execute
  BatCave::Action::Add.new(@thing, @args).execute
end