Class: JSONSchema::Canonical::TypedGroupView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::TypedGroupView
- Defined in:
- sig/jsonschema.rbs
Overview
A value matches iff its JSON type is type_name and it satisfies body.
Instance Method Summary collapse
- #body ⇒ CanonicalSchema
- #deconstruct_keys ⇒ Hash[Symbol, untyped]
- #inspect ⇒ String
- #type_name ⇒ Symbol
Instance Method Details
#deconstruct_keys ⇒ Hash[Symbol, untyped]
69 |
# File 'sig/jsonschema.rbs', line 69
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#inspect ⇒ String
68 |
# File 'sig/jsonschema.rbs', line 68
def inspect: () -> String
|
#type_name ⇒ Symbol
66 |
# File 'sig/jsonschema.rbs', line 66
def type_name: () -> Symbol
|