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:



194
195
196
# File 'lib/platform-api/client.rb', line 194

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