Method: LabClient::ProjectMethods#pipeline_variables

Defined in:
lib/labclient/projects/methods.rb

#pipeline_variables(pipeline_id) ⇒ Object



201
202
203
# File 'lib/labclient/projects/methods.rb', line 201

def pipeline_variables(pipeline_id)
  client.pipelines.variables(id, pipeline_id)
end