Class: Ast::Merge::ProfilePromotionHardGate
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionHardGate
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#name ⇒ Object
Returns the value of attribute name.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
865 866 867 |
# File 'lib/ast/merge.rb', line 865 def diagnostics @diagnostics end |
#name ⇒ Object
Returns the value of attribute name
865 866 867 |
# File 'lib/ast/merge.rb', line 865 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
865 866 867 |
# File 'lib/ast/merge.rb', line 865 def passed @passed end |
#required ⇒ Object
Returns the value of attribute required
865 866 867 |
# File 'lib/ast/merge.rb', line 865 def required @required end |