Class: Ast::Merge::PerformanceGuardrails
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::PerformanceGuardrails
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#guardrail_id ⇒ Object
Returns the value of attribute guardrail_id.
-
#max_bytes ⇒ Object
Returns the value of attribute max_bytes.
-
#max_match_candidates ⇒ Object
Returns the value of attribute max_match_candidates.
-
#max_nodes ⇒ Object
Returns the value of attribute max_nodes.
-
#timeout_diagnostic ⇒ Object
Returns the value of attribute timeout_diagnostic.
-
#timeout_ms ⇒ Object
Returns the value of attribute timeout_ms.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def diagnostics @diagnostics end |
#guardrail_id ⇒ Object
Returns the value of attribute guardrail_id
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def guardrail_id @guardrail_id end |
#max_bytes ⇒ Object
Returns the value of attribute max_bytes
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def max_bytes @max_bytes end |
#max_match_candidates ⇒ Object
Returns the value of attribute max_match_candidates
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def max_match_candidates @max_match_candidates end |
#max_nodes ⇒ Object
Returns the value of attribute max_nodes
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def max_nodes @max_nodes end |
#timeout_diagnostic ⇒ Object
Returns the value of attribute timeout_diagnostic
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def timeout_diagnostic @timeout_diagnostic end |
#timeout_ms ⇒ Object
Returns the value of attribute timeout_ms
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def timeout_ms @timeout_ms end |
#version ⇒ Object
Returns the value of attribute version
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def version @version end |