class WerckerAPI::Application::PipelineItem

Public Instance Methods

current_step() click to toggle source
# File lib/wercker_api/application/workflow.rb, line 41
def current_step
  currentStep
end
pipeline_id() click to toggle source
# File lib/wercker_api/application/workflow.rb, line 33
def pipeline_id
  pipelineId
end
run_id() click to toggle source
# File lib/wercker_api/application/workflow.rb, line 29
def run_id
  runId
end
step_name() click to toggle source
# File lib/wercker_api/application/workflow.rb, line 25
def step_name
  stepName
end
total_steps() click to toggle source
# File lib/wercker_api/application/workflow.rb, line 37
def total_steps
  totalSteps
end