Class: WerckerAPI::Application::PipelineItem

Inherits:
Object
  • Object
show all
Defined in:
lib/wercker_api/application/workflow.rb

Instance Method Summary collapse

Instance Method Details

#current_stepObject



41
42
43
# File 'lib/wercker_api/application/workflow.rb', line 41

def current_step
  currentStep
end

#pipeline_idObject



33
34
35
# File 'lib/wercker_api/application/workflow.rb', line 33

def pipeline_id
  pipelineId
end

#run_idObject



29
30
31
# File 'lib/wercker_api/application/workflow.rb', line 29

def run_id
  runId
end

#step_nameObject



25
26
27
# File 'lib/wercker_api/application/workflow.rb', line 25

def step_name
  stepName
end

#total_stepsObject



37
38
39
# File 'lib/wercker_api/application/workflow.rb', line 37

def total_steps
  totalSteps
end