Class: JSONSchema::Canonical::TypedGroupView

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

Overview

A value matches iff its JSON type is type_name and it satisfies body.

Instance Method Summary collapse

Instance Method Details

#bodyCanonicalSchema

Returns:



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

def body: () -> CanonicalSchema

#deconstruct_keysHash[Symbol, untyped]

Parameters:

  • keys (Object)

Returns:

  • (Hash[Symbol, untyped])


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

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

#inspectString

Returns:

  • (String)


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

def inspect: () -> String

#type_nameSymbol

Returns:

  • (Symbol)


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

def type_name: () -> Symbol