Class: Chamber::Binary::Heroku
- Inherits:
-
Thor
- Object
- Thor
- Chamber::Binary::Heroku
- Defined in:
- lib/chamber/binary/heroku.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
28 29 30 |
# File 'lib/chamber/binary/heroku.rb', line 28 def clear Commands::Heroku::Clear.call() end |
#compare ⇒ Object
76 77 78 |
# File 'lib/chamber/binary/heroku.rb', line 76 def compare Commands::Heroku::Compare.call() end |
#pull ⇒ Object
61 62 63 |
# File 'lib/chamber/binary/heroku.rb', line 61 def pull puts Commands::Heroku::Pull.call() end |
#push ⇒ Object
49 50 51 |
# File 'lib/chamber/binary/heroku.rb', line 49 def push Commands::Heroku::Push.call() end |