Class: HerokuApps

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

Instance Method Summary collapse

Constructor Details

#initializeHerokuApps

Returns a new instance of HerokuApps.



2
# File 'lib/renuo/cli/app/heroku_apps.rb', line 2

def initialize; end

Instance Method Details

#runObject



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

def run
  JSON.parse(run_command).map { |app| app['name'] }
end