Class: Ast::Merge::FormattingRecommendationGate

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



830
831
832
# File 'lib/ast/merge.rb', line 830

def diagnostics
  @diagnostics
end

#gate_idObject

Returns the value of attribute gate_id

Returns:

  • (Object)

    the current value of gate_id



830
831
832
# File 'lib/ast/merge.rb', line 830

def gate_id
  @gate_id
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



830
831
832
# File 'lib/ast/merge.rb', line 830

def metrics
  @metrics
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



830
831
832
# File 'lib/ast/merge.rb', line 830

def passed
  @passed
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



830
831
832
# File 'lib/ast/merge.rb', line 830

def threshold
  @threshold
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



830
831
832
# File 'lib/ast/merge.rb', line 830

def version
  @version
end

#weightsObject

Returns the value of attribute weights

Returns:

  • (Object)

    the current value of weights



830
831
832
# File 'lib/ast/merge.rb', line 830

def weights
  @weights
end