Class: Spikard::SchemaConfig
- Inherits:
-
Object
- Object
- Spikard::SchemaConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#complexity_limit ⇒ Integer?
Returns the value of attribute complexity_limit.
-
#depth_limit ⇒ Integer?
Returns the value of attribute depth_limit.
-
#introspection_enabled ⇒ Boolean?
Returns the value of attribute introspection_enabled.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SchemaConfig
constructor
A new instance of SchemaConfig.
Constructor Details
#initialize ⇒ SchemaConfig
Returns a new instance of SchemaConfig.
43 |
# File 'sig/types.rbs', line 43
def initialize: (?introspection_enabled: bool, ?complexity_limit: Integer, ?depth_limit: Integer) -> void
|
Instance Attribute Details
#complexity_limit ⇒ Integer?
Returns the value of attribute complexity_limit.
40 41 42 |
# File 'sig/types.rbs', line 40 def complexity_limit @complexity_limit end |
#depth_limit ⇒ Integer?
Returns the value of attribute depth_limit.
41 42 43 |
# File 'sig/types.rbs', line 41 def depth_limit @depth_limit end |
#introspection_enabled ⇒ Boolean?
Returns the value of attribute introspection_enabled.
39 40 41 |
# File 'sig/types.rbs', line 39 def introspection_enabled @introspection_enabled end |