class GoApiClient::Domain::Config::Stage
Attributes
approval[RW]
clean_working_dir[RW]
fetch_materials[RW]
name[RW]
parsed_env_vars[RW]
parsed_jobs[RW]
Public Class Methods
new(attributes={})
click to toggle source
Calls superclass method
GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/config/stage.rb, line 9 def initialize(attributes={}) super(attributes) end