class PlatformAPI::PipelineTransfer

A pipeline transfer is the process of changing pipeline ownership along with the contained apps.

Public Class Methods

new(client) click to toggle source
# File lib/platform-api/client.rb, line 2579
def initialize(client)
  @client = client
end

Public Instance Methods

create(body = {}) click to toggle source

Create a new pipeline transfer.

@param body: the object to pass as the request payload

# File lib/platform-api/client.rb, line 2586
def create(body = {})
  @client.pipeline_transfer.create(body)
end