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
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def active_profile @active_profile end |
#allowed ⇒ Object
Returns the value of attribute allowed
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def allowed @allowed end |
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def diagnostics @diagnostics end |
#enforced ⇒ Object
Returns the value of attribute enforced
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def enforced @enforced end |
#enforcement_mode ⇒ Object
Returns the value of attribute enforcement_mode
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def enforcement_mode @enforcement_mode end |
#evaluated_status ⇒ Object
Returns the value of attribute evaluated_status
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def evaluated_status @evaluated_status end |
#minimum_profile_status ⇒ Object
Returns the value of attribute minimum_profile_status
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def minimum_profile_status @minimum_profile_status end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def profile_id @profile_id end |
#profile_promotion_evaluation ⇒ Object
Returns the value of attribute profile_promotion_evaluation
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def profile_promotion_evaluation @profile_promotion_evaluation end |
#promotion_policy_id ⇒ Object
Returns the value of attribute promotion_policy_id
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def promotion_policy_id @promotion_policy_id end |
#rejection_code ⇒ Object
Returns the value of attribute rejection_code
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def rejection_code @rejection_code end |
#satisfied ⇒ Object
Returns the value of attribute satisfied
903 904 905 |
# File 'lib/ast/merge.rb', line 903 def satisfied @satisfied end |