Class: JSONSchema::Canonical::ReferenceView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::ReferenceView
- Defined in:
- sig/jsonschema.rbs
Overview
The target a $ref names.
Instance Method Summary collapse
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
256 |
# File 'sig/jsonschema.rbs', line 256
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
255 |
# File 'sig/jsonschema.rbs', line 255
def inspect: () -> String
|
#uri ⇒ String
254 |
# File 'sig/jsonschema.rbs', line 254
def uri: () -> String
|