class GoApiClient::Domain::Job

Attributes

artifacts_uri[RW]
assigned[RW]
building[RW]
completed[RW]
completing[RW]
console_log_url[RW]
duration[RW]
id[RW]
name[RW]
parsed_artifacts[RW]
preparing[RW]
result[RW]
scheduled[RW]
self_uri[RW]

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/job.rb, line 8
def initialize(attributes={})
  super(attributes)
end