Class: Gitlab::Ci::Variables::Downstream::Generator::Context
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Ci::Variables::Downstream::Generator::Context
- Defined in:
- lib/gitlab/ci/variables/downstream/generator.rb
Instance Attribute Summary collapse
-
#all_bridge_variables ⇒ Object
Returns the value of attribute all_bridge_variables.
-
#expand_file_refs ⇒ Object
Returns the value of attribute expand_file_refs.
Instance Attribute Details
#all_bridge_variables ⇒ Object
Returns the value of attribute all_bridge_variables
8 9 10 |
# File 'lib/gitlab/ci/variables/downstream/generator.rb', line 8 def all_bridge_variables @all_bridge_variables end |
#expand_file_refs ⇒ Object
Returns the value of attribute expand_file_refs
8 9 10 |
# File 'lib/gitlab/ci/variables/downstream/generator.rb', line 8 def @expand_file_refs end |