Method: PlatformAPI::AppTransfer#create

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

#create(body = {}) ⇒ Object

Create a new app transfer.

Parameters:

  • body:

    the object to pass as the request payload



1308
1309
1310
# File 'lib/platform-api/client.rb', line 1308

def create(body = {})
  @client.app_transfer.create(body)
end