class GoApiClient::Domain::Config::Pipeline
Attributes
label_template[RW]
locked[RW]
name[RW]
parsed_env_vars[RW]
parsed_params[RW]
parsed_stages[RW]
parsed_template[RW]
template[RW]
timer[RW]
Public Class Methods
new(attributes={})
click to toggle source
Calls superclass method
GoApiClient::AttributeHelper::new
# File lib/go_api_client/domain/config/pipeline.rb, line 9 def initialize(attributes={}) super(attributes) end