Class: Spikard::DynamicSchemaConfig
- Inherits:
-
Object
- Object
- Spikard::DynamicSchemaConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#field_errors ⇒ Array[FieldErrorSpec]?
Returns the value of attribute field_errors.
-
#introspection_enabled ⇒ Boolean?
Returns the value of attribute introspection_enabled.
-
#max_complexity ⇒ Integer?
Returns the value of attribute max_complexity.
-
#max_depth ⇒ Integer?
Returns the value of attribute max_depth.
Instance Method Summary collapse
-
#initialize ⇒ DynamicSchemaConfig
constructor
A new instance of DynamicSchemaConfig.
Constructor Details
#initialize ⇒ DynamicSchemaConfig
Returns a new instance of DynamicSchemaConfig.
38 |
# File 'sig/types.rbs', line 38
def initialize: (?introspection_enabled: bool, ?max_complexity: Integer, ?max_depth: Integer, ?field_errors: Array[FieldErrorSpec]) -> void
|
Instance Attribute Details
#field_errors ⇒ Array[FieldErrorSpec]?
Returns the value of attribute field_errors.
36 37 38 |
# File 'sig/types.rbs', line 36 def field_errors @field_errors end |
#introspection_enabled ⇒ Boolean?
Returns the value of attribute introspection_enabled.
33 34 35 |
# File 'sig/types.rbs', line 33 def introspection_enabled @introspection_enabled end |
#max_complexity ⇒ Integer?
Returns the value of attribute max_complexity.
34 35 36 |
# File 'sig/types.rbs', line 34 def max_complexity @max_complexity end |
#max_depth ⇒ Integer?
Returns the value of attribute max_depth.
35 36 37 |
# File 'sig/types.rbs', line 35 def max_depth @max_depth end |