Method: PlatformAPI::Client#plan

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

#planPlan

Plans represent different configurations of add-ons that may be added to apps. Endpoints under add-on services can be accessed without authentication.

Returns:



545
546
547
# File 'lib/platform-api/client.rb', line 545

def plan
  @plan_resource ||= Plan.new(@client)
end