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
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def active_profile @active_profile end |
#backend ⇒ Object
Returns the value of attribute backend
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def backend @backend end |
#blocking_reasons ⇒ Object
Returns the value of attribute blocking_reasons
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def blocking_reasons @blocking_reasons end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def diagnostics @diagnostics end |
#hard_gates ⇒ Object
Returns the value of attribute hard_gates
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def hard_gates @hard_gates end |
#metrics ⇒ Object
Returns the value of attribute metrics
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def metrics @metrics end |
#profile_id ⇒ Object
Returns the value of attribute profile_id
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def profile_id @profile_id end |
#report_id ⇒ Object
Returns the value of attribute report_id
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def report_id @report_id end |
#required_suites ⇒ Object
Returns the value of attribute required_suites
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def required_suites @required_suites end |
#status ⇒ Object
Returns the value of attribute status
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def status @status end |
#version ⇒ Object
Returns the value of attribute version
890 891 892 |
# File 'lib/ast/merge.rb', line 890 def version @version end |