Class: LiterLlm::CreateFileRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateFileRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#file ⇒ String?
Returns the value of attribute file.
-
#filename ⇒ String?
Returns the value of attribute filename.
-
#purpose ⇒ FilePurpose?
Returns the value of attribute purpose.
Instance Method Summary collapse
-
#initialize ⇒ CreateFileRequest
constructor
A new instance of CreateFileRequest.
Constructor Details
#initialize ⇒ CreateFileRequest
Returns a new instance of CreateFileRequest.
530 |
# File 'sig/types.rbs', line 530
def initialize: (?file: String, ?purpose: FilePurpose, ?filename: String) -> void
|
Instance Attribute Details
#file ⇒ String?
Returns the value of attribute file.
526 527 528 |
# File 'sig/types.rbs', line 526 def file @file end |
#filename ⇒ String?
Returns the value of attribute filename.
528 529 530 |
# File 'sig/types.rbs', line 528 def filename @filename end |
#purpose ⇒ FilePurpose?
Returns the value of attribute purpose.
527 528 529 |
# File 'sig/types.rbs', line 527 def purpose @purpose end |