Class: Chamber::Binary::Heroku

Inherits:
Thor
  • Object
show all
Defined in:
lib/chamber/binary/heroku.rb

Instance Method Summary collapse

Instance Method Details

#clearObject



22
23
24
# File 'lib/chamber/binary/heroku.rb', line 22

def clear
  Commands::Heroku::Clear.call(options)
end

#compareObject



54
55
56
# File 'lib/chamber/binary/heroku.rb', line 54

def compare
  Commands::Heroku::Compare.call(options)
end

#pullObject



44
45
46
# File 'lib/chamber/binary/heroku.rb', line 44

def pull
  puts Commands::Heroku::Pull.call(options)
end

#pushObject



36
37
38
# File 'lib/chamber/binary/heroku.rb', line 36

def push
  Commands::Heroku::Push.call(options)
end