Class: GoApiClient::Domain::Config::Stage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Stage

Returns a new instance of Stage.



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

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

Instance Attribute Details

#approvalObject

Returns the value of attribute approval.



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

def approval
  @approval
end

#clean_working_dirObject

Returns the value of attribute clean_working_dir.



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

def clean_working_dir
  @clean_working_dir
end

#fetch_materialsObject

Returns the value of attribute fetch_materials.



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

def fetch_materials
  @fetch_materials
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/go_api_client/domain/config/stage.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/stage.rb', line 7

def parsed_env_vars
  @parsed_env_vars
end

#parsed_jobsObject

Returns the value of attribute parsed_jobs.



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

def parsed_jobs
  @parsed_jobs
end