Class: Ast::Merge::FormattingHardGate
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingHardGate
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#weighted ⇒ Object
Returns the value of attribute weighted.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
810 811 812 |
# File 'lib/ast/merge.rb', line 810 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
810 811 812 |
# File 'lib/ast/merge.rb', line 810 def passed @passed end |
#weighted ⇒ Object
Returns the value of attribute weighted
810 811 812 |
# File 'lib/ast/merge.rb', line 810 def weighted @weighted end |