Class: JSONSchema::Canonical::AllOfView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::AllOfView
- Defined in:
- sig/jsonschema.rbs
Overview
A value matches iff every branch matches.
Instance Method Summary collapse
Instance Method Details
#branches ⇒ Array[CanonicalSchema]
240 |
# File 'sig/jsonschema.rbs', line 240
def branches: () -> Array[CanonicalSchema]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
242 |
# File 'sig/jsonschema.rbs', line 242
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
241 |
# File 'sig/jsonschema.rbs', line 241
def inspect: () -> String
|