Method: PlatformAPI::Client#source

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

#sourceSource

A source is a location for uploading and downloading an application's source code.

Returns:



608
609
610
# File 'lib/platform-api/client.rb', line 608

def source
  @source_resource ||= Source.new(@client)
end