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



808
809
810
# File 'lib/ast/merge.rb', line 808

def diagnostics
  @diagnostics
end

#gate_idObject

Returns the value of attribute gate_id

Returns:

  • (Object)

    the current value of gate_id



808
809
810
# File 'lib/ast/merge.rb', line 808

def gate_id
  @gate_id
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



808
809
810
# File 'lib/ast/merge.rb', line 808

def metrics
  @metrics
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



808
809
810
# File 'lib/ast/merge.rb', line 808

def passed
  @passed
end

#thresholdObject

Returns the value of attribute threshold

Returns:

  • (Object)

    the current value of threshold



808
809
810
# File 'lib/ast/merge.rb', line 808

def threshold
  @threshold
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



808
809
810
# File 'lib/ast/merge.rb', line 808

def version
  @version
end

#weightsObject

Returns the value of attribute weights

Returns:

  • (Object)

    the current value of weights



808
809
810
# File 'lib/ast/merge.rb', line 808

def weights
  @weights
end