Method: PlatformAPI::Client#stack

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

#stackStack

Stacks are the different application execution environments available in the Heroku platform.

Returns:



390
391
392
# File 'lib/platform-api/client.rb', line 390

def stack
  @stack_resource ||= Stack.new(@client)
end