class WerckerAPI::Run

Constants

ABORT
INDEX
SHOW
STEPS
TRIGGER

Public Instance Methods

commit_hash() click to toggle source
# File lib/wercker_api/run.rb, line 42
def commit_hash
  commitHash
end
created_at() click to toggle source
# File lib/wercker_api/run.rb, line 46
def created_at
  createdAt
end
env_vars() click to toggle source
# File lib/wercker_api/run.rb, line 54
def env_vars
  envVars
end
finished_at() click to toggle source
# File lib/wercker_api/run.rb, line 50
def finished_at
  finishedAt
end
source_run() click to toggle source
# File lib/wercker_api/run.rb, line 38
def source_run
  sourceRun
end