Class: JSONSchema::Canonical::ReferenceView

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

Overview

The target a $ref names.

Instance Method Summary collapse

Instance Method Details

#deconstruct_keysHash[Symbol, untyped]

Parameters:

  • keys (Object)

Returns:

  • (Hash[Symbol, untyped])


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

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

#inspectString

Returns:

  • (String)


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

def inspect: () -> String

#uriString

Returns:

  • (String)


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

def uri: () -> String