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.
212 |
# File 'sig/types.rbs', line 212
def initialize: (?file: String, ?purpose: FilePurpose, ?filename: String) -> void
|
Instance Attribute Details
#file ⇒ String (readonly)
Returns the value of attribute file.
208 209 210 |
# File 'sig/types.rbs', line 208 def file @file end |
#filename ⇒ String? (readonly)
Returns the value of attribute filename.
210 211 212 |
# File 'sig/types.rbs', line 210 def filename @filename end |
#purpose ⇒ FilePurpose (readonly)
Returns the value of attribute purpose.
209 210 211 |
# File 'sig/types.rbs', line 209 def purpose @purpose end |