Class: JSONSchema::Canonical::StringView
- Inherits:
-
Object
- Object
- JSONSchema::Canonical::StringView
- Defined in:
- sig/jsonschema.rbs
Overview
A string value within a length window, matching every pattern.
Instance Method Summary collapse
- #content_encodings ⇒ Array[String]
- #content_media_types ⇒ Array[String]
- #deconstruct_keys ⇒ Hash[Symbol, untyped]
- #excluded ⇒ Array[String]
- #formats ⇒ Array[String]
- #inspect ⇒ String
- #max_length ⇒ Integer?
- #min_length ⇒ Integer?
- #patterns ⇒ Array[String]
Instance Method Details
#content_encodings ⇒ Array[String]
88 |
# File 'sig/jsonschema.rbs', line 88
def content_encodings: () -> Array[String]
|
#content_media_types ⇒ Array[String]
87 |
# File 'sig/jsonschema.rbs', line 87
def content_media_types: () -> Array[String]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
91 |
# File 'sig/jsonschema.rbs', line 91
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#excluded ⇒ Array[String]
89 |
# File 'sig/jsonschema.rbs', line 89
def excluded: () -> Array[String]
|
#formats ⇒ Array[String]
86 |
# File 'sig/jsonschema.rbs', line 86
def formats: () -> Array[String]
|
#inspect ⇒ String
90 |
# File 'sig/jsonschema.rbs', line 90
def inspect: () -> String
|
#max_length ⇒ Integer?
84 |
# File 'sig/jsonschema.rbs', line 84
def max_length: () -> Integer?
|
#min_length ⇒ Integer?
83 |
# File 'sig/jsonschema.rbs', line 83
def min_length: () -> Integer?
|
#patterns ⇒ Array[String]
85 |
# File 'sig/jsonschema.rbs', line 85
def patterns: () -> Array[String]
|