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.
527 |
# File 'sig/types.rbs', line 527
def initialize: (?file: String, ?purpose: FilePurpose, ?filename: String) -> void
|
Instance Attribute Details
#file ⇒ String?
Returns the value of attribute file.
523 524 525 |
# File 'sig/types.rbs', line 523 def file @file end |
#filename ⇒ String?
Returns the value of attribute filename.
525 526 527 |
# File 'sig/types.rbs', line 525 def filename @filename end |
#purpose ⇒ FilePurpose?
Returns the value of attribute purpose.
524 525 526 |
# File 'sig/types.rbs', line 524 def purpose @purpose end |