Class: Chamber::Binary::Heroku

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

Instance Method Summary collapse

Instance Method Details

#clearObject



26
27
28
# File 'lib/chamber/binary/heroku.rb', line 26

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

#compareObject



74
75
76
# File 'lib/chamber/binary/heroku.rb', line 74

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

#pullObject



59
60
61
# File 'lib/chamber/binary/heroku.rb', line 59

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

#pushObject



47
48
49
# File 'lib/chamber/binary/heroku.rb', line 47

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