Class: GoApiClient::Domain::Config::Pipeline
- Inherits:
-
AttributeHelper
- Object
- AttributeHelper
- GoApiClient::Domain::Config::Pipeline
- Defined in:
- lib/go_api_client/domain/config/pipeline.rb
Instance Attribute Summary collapse
-
#label_template ⇒ Object
Returns the value of attribute label_template.
-
#locked ⇒ Object
Returns the value of attribute locked.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parsed_env_vars ⇒ Object
Returns the value of attribute parsed_env_vars.
-
#parsed_params ⇒ Object
Returns the value of attribute parsed_params.
-
#parsed_stages ⇒ Object
Returns the value of attribute parsed_stages.
-
#parsed_template ⇒ Object
Returns the value of attribute parsed_template.
-
#template ⇒ Object
Returns the value of attribute template.
-
#timer ⇒ Object
Returns the value of attribute timer.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Pipeline
constructor
A new instance of Pipeline.
Constructor Details
#initialize(attributes = {}) ⇒ Pipeline
Returns a new instance of Pipeline.
9 10 11 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 9 def initialize(attributes={}) super(attributes) end |
Instance Attribute Details
#label_template ⇒ Object
Returns the value of attribute label_template.
6 7 8 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 6 def label_template @label_template end |
#locked ⇒ Object
Returns the value of attribute locked.
6 7 8 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 6 def locked @locked end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 6 def name @name end |
#parsed_env_vars ⇒ Object
Returns the value of attribute parsed_env_vars.
7 8 9 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 7 def parsed_env_vars @parsed_env_vars end |
#parsed_params ⇒ Object
Returns the value of attribute parsed_params.
7 8 9 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 7 def parsed_params @parsed_params end |
#parsed_stages ⇒ Object
Returns the value of attribute parsed_stages.
7 8 9 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 7 def parsed_stages @parsed_stages end |
#parsed_template ⇒ Object
Returns the value of attribute parsed_template.
7 8 9 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 7 def parsed_template @parsed_template end |
#template ⇒ Object
Returns the value of attribute template.
6 7 8 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 6 def template @template end |
#timer ⇒ Object
Returns the value of attribute timer.
6 7 8 |
# File 'lib/go_api_client/domain/config/pipeline.rb', line 6 def timer @timer end |