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



832
833
834
# File 'lib/ast/merge.rb', line 832

def name
  @name
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



832
833
834
# File 'lib/ast/merge.rb', line 832

def passed
  @passed
end

#weightedObject

Returns the value of attribute weighted

Returns:

  • (Object)

    the current value of weighted



832
833
834
# File 'lib/ast/merge.rb', line 832

def weighted
  @weighted
end