Class: LiterLlm::FileObject
- Inherits:
-
Object
- Object
- LiterLlm::FileObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bytes ⇒ Integer
readonly
Returns the value of attribute bytes.
-
#created_at ⇒ Integer
readonly
Returns the value of attribute created_at.
-
#filename ⇒ String
readonly
Returns the value of attribute filename.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#object ⇒ String
readonly
Returns the value of attribute object.
-
#purpose ⇒ String
readonly
Returns the value of attribute purpose.
-
#status ⇒ String?
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize ⇒ FileObject
constructor
A new instance of FileObject.
Constructor Details
#initialize ⇒ FileObject
Returns a new instance of FileObject.
381 |
# File 'sig/types.rbs', line 381
def initialize: (?id: String, ?object: String, ?bytes: Integer, ?created_at: Integer, ?filename: String, ?purpose: String, ?status: String) -> void
|
Instance Attribute Details
#bytes ⇒ Integer (readonly)
Returns the value of attribute bytes.
375 376 377 |
# File 'sig/types.rbs', line 375 def bytes @bytes end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
376 377 378 |
# File 'sig/types.rbs', line 376 def created_at @created_at end |
#filename ⇒ String (readonly)
Returns the value of attribute filename.
377 378 379 |
# File 'sig/types.rbs', line 377 def filename @filename end |
#id ⇒ String (readonly)
Returns the value of attribute id.
373 374 375 |
# File 'sig/types.rbs', line 373 def id @id end |
#object ⇒ String (readonly)
Returns the value of attribute object.
374 375 376 |
# File 'sig/types.rbs', line 374 def object @object end |
#purpose ⇒ String (readonly)
Returns the value of attribute purpose.
378 379 380 |
# File 'sig/types.rbs', line 378 def purpose @purpose end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
379 380 381 |
# File 'sig/types.rbs', line 379 def status @status end |