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
900 901 902 |
# File 'lib/ast/merge.rb', line 900 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
900 901 902 |
# File 'lib/ast/merge.rb', line 900 def diagnostics @diagnostics end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
900 901 902 |
# File 'lib/ast/merge.rb', line 900 def profile_id @profile_id end |
#status ⇒ Object
Returns the value of attribute status
900 901 902 |
# File 'lib/ast/merge.rb', line 900 def status @status end |