Class: Ast::Merge::ProfileSelectionRequirement
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileSelectionRequirement
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#enforcement_mode ⇒ Object
Returns the value of attribute enforcement_mode.
-
#minimum_profile_status ⇒ Object
Returns the value of attribute minimum_profile_status.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#promotion_policy_id ⇒ Object
Returns the value of attribute promotion_policy_id.
Instance Attribute Details
#enforcement_mode ⇒ Object
Returns the value of attribute enforcement_mode
879 880 881 |
# File 'lib/ast/merge.rb', line 879 def enforcement_mode @enforcement_mode end |
#minimum_profile_status ⇒ Object
Returns the value of attribute minimum_profile_status
879 880 881 |
# File 'lib/ast/merge.rb', line 879 def minimum_profile_status @minimum_profile_status end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
879 880 881 |
# File 'lib/ast/merge.rb', line 879 def profile_id @profile_id end |
#promotion_policy_id ⇒ Object
Returns the value of attribute promotion_policy_id
879 880 881 |
# File 'lib/ast/merge.rb', line 879 def promotion_policy_id @promotion_policy_id end |