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]
- #formats ⇒ Array[String]
- #inspect ⇒ String
- #max_length ⇒ Integer?
- #min_length ⇒ Integer?
- #patterns ⇒ Array[String]
Instance Method Details
#content_encodings ⇒ Array[String]
79 |
# File 'sig/jsonschema.rbs', line 79
def content_encodings: () -> Array[String]
|
#content_media_types ⇒ Array[String]
78 |
# File 'sig/jsonschema.rbs', line 78
def content_media_types: () -> Array[String]
|
#deconstruct_keys ⇒ Hash[Symbol, untyped]
81 |
# File 'sig/jsonschema.rbs', line 81
def deconstruct_keys: (untyped keys) -> Hash[Symbol, untyped]
|
#formats ⇒ Array[String]
77 |
# File 'sig/jsonschema.rbs', line 77
def formats: () -> Array[String]
|
#inspect ⇒ String
80 |
# File 'sig/jsonschema.rbs', line 80
def inspect: () -> String
|
#max_length ⇒ Integer?
75 |
# File 'sig/jsonschema.rbs', line 75
def max_length: () -> Integer?
|
#min_length ⇒ Integer?
74 |
# File 'sig/jsonschema.rbs', line 74
def min_length: () -> Integer?
|
#patterns ⇒ Array[String]
76 |
# File 'sig/jsonschema.rbs', line 76
def patterns: () -> Array[String]
|