Class: LiterLlm::JsonSchemaFormat
- Inherits:
-
Object
- Object
- LiterLlm::JsonSchemaFormat
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#schema ⇒ String
readonly
Returns the value of attribute schema.
-
#strict ⇒ Boolean?
readonly
Returns the value of attribute strict.
Instance Method Summary collapse
-
#initialize ⇒ JsonSchemaFormat
constructor
A new instance of JsonSchemaFormat.
Constructor Details
#initialize ⇒ JsonSchemaFormat
Returns a new instance of JsonSchemaFormat.
449 |
# File 'sig/types.rbs', line 449
def initialize: (?name: String, ?description: String, ?schema: String, ?strict: bool) -> void
|
Instance Attribute Details
#description ⇒ String? (readonly)
Returns the value of attribute description.
445 446 447 |
# File 'sig/types.rbs', line 445 def description @description end |
#name ⇒ String (readonly)
Returns the value of attribute name.
444 445 446 |
# File 'sig/types.rbs', line 444 def name @name end |
#schema ⇒ String (readonly)
Returns the value of attribute schema.
446 447 448 |
# File 'sig/types.rbs', line 446 def schema @schema end |
#strict ⇒ Boolean? (readonly)
Returns the value of attribute strict.
447 448 449 |
# File 'sig/types.rbs', line 447 def strict @strict end |