Class: JSONSchema::Canonical::MultiTypeView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::MultiTypeView
- Defined in:
- sig/jsonschema.rbs
Overview
A value matches iff its JSON type is in the set.
Instance Method Summary collapse
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
61 |
# File 'sig/jsonschema.rbs', line 61
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
60 |
# File 'sig/jsonschema.rbs', line 60
def inspect: () -> String
|
#types ⇒ Array[Symbol]
59 |
# File 'sig/jsonschema.rbs', line 59
def types: () -> Array[Symbol]
|