Class: PlatformAPI::AppFormationSet

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(client) ⇒ AppFormationSet

Returns a new instance of AppFormationSet.



885
886
887
# File 'lib/platform-api/client.rb', line 885

def initialize(client)
  @client = client
end