Class: Chamber::Binary::Heroku

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

Instance Method Summary collapse

Instance Method Details

#clearObject



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

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

#compareObject



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

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

#pullObject



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

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

#pushObject



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

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