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
887 888 889 |
# File 'lib/ast/merge.rb', line 887 def diagnostics @diagnostics end |
#name ⇒ Object
Returns the value of attribute name
887 888 889 |
# File 'lib/ast/merge.rb', line 887 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
887 888 889 |
# File 'lib/ast/merge.rb', line 887 def passed @passed end |
#required ⇒ Object
Returns the value of attribute required
887 888 889 |
# File 'lib/ast/merge.rb', line 887 def required @required end |