Class: WerckerAPI::Run::Step

Inherits:
Object
  • Object
show all
Defined in:
lib/wercker_api/run/step.rb

Instance Method Summary collapse

Instance Method Details

#artifacts_urlObject



19
20
21
# File 'lib/wercker_api/run/step.rb', line 19

def artifacts_url
  artifactsUrl
end

#created_atObject



27
28
29
# File 'lib/wercker_api/run/step.rb', line 27

def created_at
  createdAt
end

#finished_atObject



35
36
37
# File 'lib/wercker_api/run/step.rb', line 35

def finished_at
  finishedAt
end

#log_urlObject



23
24
25
# File 'lib/wercker_api/run/step.rb', line 23

def log_url
  logUrl
end

#started_atObject



31
32
33
# File 'lib/wercker_api/run/step.rb', line 31

def started_at
  startedAt
end