Class: LiterLlm::CreateFileRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateFileRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#file ⇒ String
readonly
Returns the value of attribute file.
-
#filename ⇒ String?
readonly
Returns the value of attribute filename.
-
#purpose ⇒ FilePurpose
readonly
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.
540 |
# File 'sig/types.rbs', line 540
def initialize: (?file: String, ?purpose: FilePurpose, ?filename: String) -> void
|
Instance Attribute Details
#file ⇒ String (readonly)
Returns the value of attribute file.
536 537 538 |
# File 'sig/types.rbs', line 536 def file @file end |
#filename ⇒ String? (readonly)
Returns the value of attribute filename.
538 539 540 |
# File 'sig/types.rbs', line 538 def filename @filename end |
#purpose ⇒ FilePurpose (readonly)
Returns the value of attribute purpose.
537 538 539 |
# File 'sig/types.rbs', line 537 def purpose @purpose end |