Class: GoApiClient::Domain::Config::Job
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Config::Job
- Defined in:
- lib/go_api_client/domain/config/job.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#parsed_artifacts ⇒ Object
Returns the value of attribute parsed_artifacts.
-
#parsed_resources ⇒ Object
Returns the value of attribute parsed_resources.
-
#parsed_tabs ⇒ Object
Returns the value of attribute parsed_tabs.
-
#parsed_tasks ⇒ Object
Returns the value of attribute parsed_tasks.
-
#parsed_test_artifacts ⇒ Object
Returns the value of attribute parsed_test_artifacts.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Job
constructor
A new instance of Job.
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
#name ⇒ Object
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_artifacts ⇒ Object
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_resources ⇒ Object
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_tabs ⇒ Object
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_tasks ⇒ Object
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_artifacts ⇒ Object
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 |