Method: PlatformAPI::Client#source
- Defined in:
- lib/platform-api/client.rb
#source ⇒ Source
A source is a location for uploading and downloading an application's source code.
608 609 610 |
# File 'lib/platform-api/client.rb', line 608 def source @source_resource ||= Source.new(@client) end |