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
898 899 900 |
# File 'lib/ast/merge.rb', line 898 def diagnostics @diagnostics end |
#global_hard_gates ⇒ Object
Returns the value of attribute global_hard_gates
898 899 900 |
# File 'lib/ast/merge.rb', line 898 def global_hard_gates @global_hard_gates end |
#policy_id ⇒ Object
Returns the value of attribute policy_id
898 899 900 |
# File 'lib/ast/merge.rb', line 898 def policy_id @policy_id end |
#profiles ⇒ Object
Returns the value of attribute profiles
898 899 900 |
# File 'lib/ast/merge.rb', line 898 def profiles @profiles end |
#version ⇒ Object
Returns the value of attribute version
898 899 900 |
# File 'lib/ast/merge.rb', line 898 def version @version end |