Class: Ast::Merge::ProfilePromotionPolicy
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionPolicy
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#global_hard_gates ⇒ Object
Returns the value of attribute global_hard_gates.
-
#policy_id ⇒ Object
Returns the value of attribute policy_id.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
876 877 878 |
# File 'lib/ast/merge.rb', line 876 def diagnostics @diagnostics end |
#global_hard_gates ⇒ Object
Returns the value of attribute global_hard_gates
876 877 878 |
# File 'lib/ast/merge.rb', line 876 def global_hard_gates @global_hard_gates end |
#policy_id ⇒ Object
Returns the value of attribute policy_id
876 877 878 |
# File 'lib/ast/merge.rb', line 876 def policy_id @policy_id end |
#profiles ⇒ Object
Returns the value of attribute profiles
876 877 878 |
# File 'lib/ast/merge.rb', line 876 def profiles @profiles end |
#version ⇒ Object
Returns the value of attribute version
876 877 878 |
# File 'lib/ast/merge.rb', line 876 def version @version end |