class WerckerAPI::Run::Step

Public Instance Methods

artifacts_url() click to toggle source
# File lib/wercker_api/run/step.rb, line 19
def artifacts_url
  artifactsUrl
end
created_at() click to toggle source
# File lib/wercker_api/run/step.rb, line 27
def created_at
  createdAt
end
finished_at() click to toggle source
# File lib/wercker_api/run/step.rb, line 35
def finished_at
  finishedAt
end
log_url() click to toggle source
# File lib/wercker_api/run/step.rb, line 23
def log_url
  logUrl
end
started_at() click to toggle source
# File lib/wercker_api/run/step.rb, line 31
def started_at
  startedAt
end