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:



615
616
617
# File 'lib/platform-api/client.rb', line 615

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