Method: PlatformAPI::AppTransfer#create
- Defined in:
- lib/platform-api/client.rb
#create(body = {}) ⇒ Object
Create a new app transfer.
1308 1309 1310 |
# File 'lib/platform-api/client.rb', line 1308 def create(body = {}) @client.app_transfer.create(body) end |