Class: Ast::Merge::FormattingHardGate

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



810
811
812
# File 'lib/ast/merge.rb', line 810

def name
  @name
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



810
811
812
# File 'lib/ast/merge.rb', line 810

def passed
  @passed
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



810
811
812
# File 'lib/ast/merge.rb', line 810

def weighted
  @weighted
end