Class: Ast::Merge::PerformanceGuardrails

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



876
877
878
# File 'lib/ast/merge.rb', line 876

def diagnostics
  @diagnostics
end

#guardrail_idObject

Returns the value of attribute guardrail_id

Returns:

  • (Object)

    the current value of guardrail_id



876
877
878
# File 'lib/ast/merge.rb', line 876

def guardrail_id
  @guardrail_id
end

#max_bytesObject

Returns the value of attribute max_bytes

Returns:

  • (Object)

    the current value of max_bytes



876
877
878
# File 'lib/ast/merge.rb', line 876

def max_bytes
  @max_bytes
end

#max_match_candidatesObject

Returns the value of attribute max_match_candidates

Returns:

  • (Object)

    the current value of max_match_candidates



876
877
878
# File 'lib/ast/merge.rb', line 876

def max_match_candidates
  @max_match_candidates
end

#max_nodesObject

Returns the value of attribute max_nodes

Returns:

  • (Object)

    the current value of max_nodes



876
877
878
# File 'lib/ast/merge.rb', line 876

def max_nodes
  @max_nodes
end

#timeout_diagnosticObject

Returns the value of attribute timeout_diagnostic

Returns:

  • (Object)

    the current value of timeout_diagnostic



876
877
878
# File 'lib/ast/merge.rb', line 876

def timeout_diagnostic
  @timeout_diagnostic
end

#timeout_msObject

Returns the value of attribute timeout_ms

Returns:

  • (Object)

    the current value of timeout_ms



876
877
878
# File 'lib/ast/merge.rb', line 876

def timeout_ms
  @timeout_ms
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



876
877
878
# File 'lib/ast/merge.rb', line 876

def version
  @version
end