Class: GoApiClient::Domain::Config::Pipeline

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_templateObject

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

#lockedObject

Returns the value of attribute locked.



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

def locked
  @locked
end

#nameObject

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_varsObject

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_paramsObject

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_stagesObject

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_templateObject

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

#templateObject

Returns the value of attribute template.



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

def template
  @template
end

#timerObject

Returns the value of attribute timer.



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

def timer
  @timer
end