class GoApiClient::Domain::Config::Job

Attributes

name[RW]
parsed_artifacts[RW]
parsed_resources[RW]
parsed_tabs[RW]
parsed_tasks[RW]
parsed_test_artifacts[RW]

Public Class Methods

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