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
26 27 28 |
# File 'lib/chamber/binary/heroku.rb', line 26 def clear Commands::Heroku::Clear.call() end |
#compare ⇒ Object
74 75 76 |
# File 'lib/chamber/binary/heroku.rb', line 74 def compare Commands::Heroku::Compare.call() end |
#pull ⇒ Object
59 60 61 |
# File 'lib/chamber/binary/heroku.rb', line 59 def pull puts Commands::Heroku::Pull.call() end |
#push ⇒ Object
47 48 49 |
# File 'lib/chamber/binary/heroku.rb', line 47 def push Commands::Heroku::Push.call() end |