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.
2638 2639 2640 |
# File 'lib/platform-api/client.rb', line 2638 def initialize(client) @client = client end |
Instance Method Details
#create(body = {}) ⇒ Object
Create a new pipeline transfer.
2645 2646 2647 |
# File 'lib/platform-api/client.rb', line 2645 def create(body = {}) @client.pipeline_transfer.create(body) end |