Class: PlatformAPI::PipelineTransfer
- Inherits:
-
Object
- Object
- PlatformAPI::PipelineTransfer
- 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
-
#create(body = {}) ⇒ Object
Create a new pipeline transfer.
-
#initialize(client) ⇒ PipelineTransfer
constructor
A new instance of PipelineTransfer.
Constructor Details
#initialize(client) ⇒ PipelineTransfer
Returns a new instance of PipelineTransfer.
2561 2562 2563 |
# File 'lib/platform-api/client.rb', line 2561 def initialize(client) @client = client end |
Instance Method Details
#create(body = {}) ⇒ Object
Create a new pipeline transfer.
2568 2569 2570 |
# File 'lib/platform-api/client.rb', line 2568 def create(body = {}) @client.pipeline_transfer.create(body) end |