Class: Ast::Merge::ProfilePromotionReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#active_profile ⇒ Object
Returns the value of attribute active_profile.
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#hard_gates ⇒ Object
Returns the value of attribute hard_gates.
-
#metrics ⇒ Object
Returns the value of attribute metrics.
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#required_suites ⇒ Object
Returns the value of attribute required_suites.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#active_profile ⇒ Object
Returns the value of attribute active_profile
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def active_profile @active_profile end |
#backend ⇒ Object
Returns the value of attribute backend
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def backend @backend end |
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def diagnostics @diagnostics end |
#hard_gates ⇒ Object
Returns the value of attribute hard_gates
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def hard_gates @hard_gates end |
#metrics ⇒ Object
Returns the value of attribute metrics
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def metrics @metrics end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def profile_id @profile_id end |
#report_id ⇒ Object
Returns the value of attribute report_id
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def report_id @report_id end |
#required_suites ⇒ Object
Returns the value of attribute required_suites
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def required_suites @required_suites end |
#status ⇒ Object
Returns the value of attribute status
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def status @status end |
#version ⇒ Object
Returns the value of attribute version
868 869 870 |
# File 'lib/ast/merge.rb', line 868 def version @version end |