Class: Ast::Merge::ProfilePromotionEvaluation
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionEvaluation
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons
878 879 880 |
# File 'lib/ast/merge.rb', line 878 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
878 879 880 |
# File 'lib/ast/merge.rb', line 878 def diagnostics @diagnostics end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
878 879 880 |
# File 'lib/ast/merge.rb', line 878 def profile_id @profile_id end |
#status ⇒ Object
Returns the value of attribute status
878 879 880 |
# File 'lib/ast/merge.rb', line 878 def status @status end |