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
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def name @name end |
#passed ⇒ Object
Returns the value of attribute passed
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def passed @passed end |
#weighted ⇒ Object
Returns the value of attribute weighted
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def weighted @weighted end |