Class: Ast::Merge::ProfilePromotionPolicyEntry
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionPolicyEntry
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#default_gate ⇒ Object
Returns the value of attribute default_gate.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#eligible_statuses ⇒ Object
Returns the value of attribute eligible_statuses.
-
#family ⇒ Object
Returns the value of attribute family.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#recommendation_gate ⇒ Object
Returns the value of attribute recommendation_gate.
-
#required_suites ⇒ Object
Returns the value of attribute required_suites.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#default_gate ⇒ Object
Returns the value of attribute default_gate
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def default_gate @default_gate end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def diagnostics @diagnostics end |
#eligible_statuses ⇒ Object
Returns the value of attribute eligible_statuses
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def eligible_statuses @eligible_statuses end |
#family ⇒ Object
Returns the value of attribute family
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def family @family end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def profile_id @profile_id end |
#recommendation_gate ⇒ Object
Returns the value of attribute recommendation_gate
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def recommendation_gate @recommendation_gate end |
#required_suites ⇒ Object
Returns the value of attribute required_suites
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def required_suites @required_suites end |
#scope ⇒ Object
Returns the value of attribute scope
874 875 876 |
# File 'lib/ast/merge.rb', line 874 def scope @scope end |