Method: PlatformAPI::Client#app

Defined in:
lib/platform-api/client.rb

#appApp

An app represents the program that you would like to deploy and run on Heroku.

Returns:



244
245
246
# File 'lib/platform-api/client.rb', line 244

def app
  @app_resource ||= App.new(@client)
end