Class: GoApiClient::Domain::Config::Job

Inherits:
AttributeHelper show all
Defined in:
lib/go_api_client/domain/config/job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Job

Returns a new instance of Job.



9
10
11
# File 'lib/go_api_client/domain/config/job.rb', line 9

def initialize(attributes={})
  super(attributes)
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/go_api_client/domain/config/job.rb', line 6

def name
  @name
end

#parsed_artifactsObject

Returns the value of attribute parsed_artifacts.



7
8
9
# File 'lib/go_api_client/domain/config/job.rb', line 7

def parsed_artifacts
  @parsed_artifacts
end

#parsed_resourcesObject

Returns the value of attribute parsed_resources.



7
8
9
# File 'lib/go_api_client/domain/config/job.rb', line 7

def parsed_resources
  @parsed_resources
end

#parsed_tabsObject

Returns the value of attribute parsed_tabs.



7
8
9
# File 'lib/go_api_client/domain/config/job.rb', line 7

def parsed_tabs
  @parsed_tabs
end

#parsed_tasksObject

Returns the value of attribute parsed_tasks.



7
8
9
# File 'lib/go_api_client/domain/config/job.rb', line 7

def parsed_tasks
  @parsed_tasks
end

#parsed_test_artifactsObject

Returns the value of attribute parsed_test_artifacts.



7
8
9
# File 'lib/go_api_client/domain/config/job.rb', line 7

def parsed_test_artifacts
  @parsed_test_artifacts
end