Class: PlatformAPI::PipelineTransfer

Inherits:
Object
  • Object
show all
Defined in:
lib/platform-api/client.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ PipelineTransfer

Returns a new instance of PipelineTransfer.



3853
3854
3855
# File 'lib/platform-api/client.rb', line 3853

def initialize(client)
  @client = client
end

Instance Method Details

#create(body = {}) ⇒ Object



3865
3866
3867
# File 'lib/platform-api/client.rb', line 3865

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