Class: PlatformAPI::AppFormationSet
- Inherits:
-
Object
- Object
- PlatformAPI::AppFormationSet
- Defined in:
- lib/platform-api/client.rb
Overview
App formation set describes the combination of process types with their quantities and sizes as well as application process tier
Instance Method Summary collapse
-
#initialize(client) ⇒ AppFormationSet
constructor
A new instance of AppFormationSet.
Constructor Details
#initialize(client) ⇒ AppFormationSet
Returns a new instance of AppFormationSet.
1247 1248 1249 |
# File 'lib/platform-api/client.rb', line 1247 def initialize(client) @client = client end |