Class: Neetob::CLI::Heroku::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/heroku/commands.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



16
17
18
# File 'lib/neetob/cli/heroku/commands.rb', line 16

def execute
  Execute.new(options[:apps], options[:command], options[:rails], options[:sandbox]).run
end