Module: Purobu::HerokuHelpers
- Defined in:
- lib/purobu/heroku_helpers.rb
Instance Method Summary collapse
Instance Method Details
#heroku(*args) ⇒ Object
5 6 7 |
# File 'lib/purobu/heroku_helpers.rb', line 5 def heroku(*args) ::Purobu::Heroku.run(*args) end |
#heroku_api ⇒ Object
9 10 11 |
# File 'lib/purobu/heroku_helpers.rb', line 9 def heroku_api ::Heroku::API.new(api_key: Configuration.heroku_api_key) end |