Class: WerckerAPI::Run::Step
- Inherits:
-
Object
- Object
- WerckerAPI::Run::Step
- Defined in:
- lib/wercker_api/run/step.rb
Instance Method Summary collapse
- #artifacts_url ⇒ Object
- #created_at ⇒ Object
- #finished_at ⇒ Object
- #log_url ⇒ Object
- #started_at ⇒ Object
Instance Method Details
#artifacts_url ⇒ Object
19 20 21 |
# File 'lib/wercker_api/run/step.rb', line 19 def artifacts_url artifactsUrl end |
#created_at ⇒ Object
27 28 29 |
# File 'lib/wercker_api/run/step.rb', line 27 def created_at createdAt end |
#finished_at ⇒ Object
35 36 37 |
# File 'lib/wercker_api/run/step.rb', line 35 def finished_at finishedAt end |
#log_url ⇒ Object
23 24 25 |
# File 'lib/wercker_api/run/step.rb', line 23 def log_url logUrl end |
#started_at ⇒ Object
31 32 33 |
# File 'lib/wercker_api/run/step.rb', line 31 def started_at startedAt end |