Class: JSONSchema::Canonical::NotView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::NotView
- Defined in:
- sig/jsonschema.rbs
Overview
The complement of an opaque schema.
Instance Method Summary collapse
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
235 |
# File 'sig/jsonschema.rbs', line 235
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
234 |
# File 'sig/jsonschema.rbs', line 234
def inspect: () -> String
|
#schema ⇒ CanonicalSchema
233 |
# File 'sig/jsonschema.rbs', line 233
def schema: () -> CanonicalSchema
|