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



854
855
856
# File 'lib/ast/merge.rb', line 854

def diagnostics
  @diagnostics
end

#guardrail_idObject

Returns the value of attribute guardrail_id

Returns:

  • (Object)

    the current value of guardrail_id



854
855
856
# File 'lib/ast/merge.rb', line 854

def guardrail_id
  @guardrail_id
end

#max_bytesObject

Returns the value of attribute max_bytes

Returns:

  • (Object)

    the current value of max_bytes



854
855
856
# File 'lib/ast/merge.rb', line 854

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



854
855
856
# File 'lib/ast/merge.rb', line 854

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



854
855
856
# File 'lib/ast/merge.rb', line 854

def max_nodes
  @max_nodes
end

#timeout_diagnosticObject

Returns the value of attribute timeout_diagnostic

Returns:

  • (Object)

    the current value of timeout_diagnostic



854
855
856
# File 'lib/ast/merge.rb', line 854

def timeout_diagnostic
  @timeout_diagnostic
end

#timeout_msObject

Returns the value of attribute timeout_ms

Returns:

  • (Object)

    the current value of timeout_ms



854
855
856
# File 'lib/ast/merge.rb', line 854

def timeout_ms
  @timeout_ms
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



854
855
856
# File 'lib/ast/merge.rb', line 854

def version
  @version
end