Method: PlatformAPI::Client#app
- Defined in:
- lib/platform-api/client.rb
#app ⇒ App
An app represents the program that you would like to deploy and run on Heroku.
194 195 196 |
# File 'lib/platform-api/client.rb', line 194 def app @app_resource ||= App.new(@client) end |