Class: Ast::Merge::ProfileSelectionDecision
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileSelectionDecision
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#active_profile ⇒ Object
Returns the value of attribute active_profile.
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#enforced ⇒ Object
Returns the value of attribute enforced.
-
#enforcement_mode ⇒ Object
Returns the value of attribute enforcement_mode.
-
#evaluated_status ⇒ Object
Returns the value of attribute evaluated_status.
-
#minimum_profile_status ⇒ Object
Returns the value of attribute minimum_profile_status.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#profile_promotion_evaluation ⇒ Object
Returns the value of attribute profile_promotion_evaluation.
-
#promotion_policy_id ⇒ Object
Returns the value of attribute promotion_policy_id.
-
#rejection_code ⇒ Object
Returns the value of attribute rejection_code.
-
#satisfied ⇒ Object
Returns the value of attribute satisfied.
Instance Attribute Details
#active_profile ⇒ Object
Returns the value of attribute active_profile
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def active_profile @active_profile end |
#allowed ⇒ Object
Returns the value of attribute allowed
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def allowed @allowed end |
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def diagnostics @diagnostics end |
#enforced ⇒ Object
Returns the value of attribute enforced
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def enforced @enforced end |
#enforcement_mode ⇒ Object
Returns the value of attribute enforcement_mode
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def enforcement_mode @enforcement_mode end |
#evaluated_status ⇒ Object
Returns the value of attribute evaluated_status
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def evaluated_status @evaluated_status end |
#minimum_profile_status ⇒ Object
Returns the value of attribute minimum_profile_status
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def minimum_profile_status @minimum_profile_status end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def profile_id @profile_id end |
#profile_promotion_evaluation ⇒ Object
Returns the value of attribute profile_promotion_evaluation
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def profile_promotion_evaluation @profile_promotion_evaluation end |
#promotion_policy_id ⇒ Object
Returns the value of attribute promotion_policy_id
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def promotion_policy_id @promotion_policy_id end |
#rejection_code ⇒ Object
Returns the value of attribute rejection_code
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def rejection_code @rejection_code end |
#satisfied ⇒ Object
Returns the value of attribute satisfied
881 882 883 |
# File 'lib/ast/merge.rb', line 881 def satisfied @satisfied end |