Method: PlatformAPI::Pipeline#create
- Defined in:
- lib/platform-api/client.rb
#create(body) ⇒ Object
Create a new pipeline.
1910 1911 1912 |
# File 'lib/platform-api/client.rb', line 1910 def create(body) @client.pipeline.create(body) end |