Class: JSONSchema::Canonical::NotView

Inherits:
Object
  • Object
show all
Defined in:
sig/jsonschema.rbs

Overview

The complement of an opaque schema.

Instance Method Summary collapse

Instance Method Details

#deconstruct_keysHash[Symbol, untyped]

Parameters:

  • keys (Object)

Returns:

  • (Hash[Symbol, untyped])


235
# File 'sig/jsonschema.rbs', line 235

def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]

#inspectString

Returns:

  • (String)


234
# File 'sig/jsonschema.rbs', line 234

def inspect: () -> String

#schemaCanonicalSchema

Returns:



233
# File 'sig/jsonschema.rbs', line 233

def schema: () -> CanonicalSchema