Class: HerokuApps

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/app/heroku_apps.rb

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
# File 'lib/renuo/cli/app/heroku_apps.rb', line 4

def run
  JSON.parse(run_command).pluck("name")
end