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.
552 |
# File 'sig/types.rbs', line 552
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.
546 547 548 |
# File 'sig/types.rbs', line 546 def bytes @bytes end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
547 548 549 |
# File 'sig/types.rbs', line 547 def created_at @created_at end |
#filename ⇒ String (readonly)
Returns the value of attribute filename.
548 549 550 |
# File 'sig/types.rbs', line 548 def filename @filename end |
#id ⇒ String (readonly)
Returns the value of attribute id.
544 545 546 |
# File 'sig/types.rbs', line 544 def id @id end |
#object ⇒ String (readonly)
Returns the value of attribute object.
545 546 547 |
# File 'sig/types.rbs', line 545 def object @object end |
#purpose ⇒ String (readonly)
Returns the value of attribute purpose.
549 550 551 |
# File 'sig/types.rbs', line 549 def purpose @purpose end |
#status ⇒ String? (readonly)
Returns the value of attribute status.
550 551 552 |
# File 'sig/types.rbs', line 550 def status @status end |