Class: LiterLlm::FileObject
- Inherits:
-
Object
- Object
- LiterLlm::FileObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bytes ⇒ Integer?
Returns the value of attribute bytes.
-
#created_at ⇒ Integer?
Returns the value of attribute created_at.
-
#filename ⇒ String?
Returns the value of attribute filename.
-
#id ⇒ String?
Returns the value of attribute id.
-
#object ⇒ String?
Returns the value of attribute object.
-
#purpose ⇒ String?
Returns the value of attribute purpose.
-
#status ⇒ String?
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.
542 |
# File 'sig/types.rbs', line 542
def initialize: (?id: String, ?object: String, ?bytes: Integer, ?created_at: Integer, ?filename: String, ?purpose: String, ?status: String) -> void
|
Instance Attribute Details
#bytes ⇒ Integer?
Returns the value of attribute bytes.
536 537 538 |
# File 'sig/types.rbs', line 536 def bytes @bytes end |
#created_at ⇒ Integer?
Returns the value of attribute created_at.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_at @created_at end |
#filename ⇒ String?
Returns the value of attribute filename.
538 539 540 |
# File 'sig/types.rbs', line 538 def filename @filename end |
#id ⇒ String?
Returns the value of attribute id.
534 535 536 |
# File 'sig/types.rbs', line 534 def id @id end |
#object ⇒ String?
Returns the value of attribute object.
535 536 537 |
# File 'sig/types.rbs', line 535 def object @object end |
#purpose ⇒ String?
Returns the value of attribute purpose.
539 540 541 |
# File 'sig/types.rbs', line 539 def purpose @purpose end |
#status ⇒ String?
Returns the value of attribute status.
540 541 542 |
# File 'sig/types.rbs', line 540 def status @status end |