Class: LiterLlm::FileListResponse
- Inherits:
-
Object
- Object
- LiterLlm::FileListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[FileObject]?
Returns the value of attribute data.
-
#has_more ⇒ Boolean?
Returns the value of attribute has_more.
-
#object ⇒ String?
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize ⇒ FileListResponse
constructor
A new instance of FileListResponse.
Constructor Details
#initialize ⇒ FileListResponse
Returns a new instance of FileListResponse.
550 |
# File 'sig/types.rbs', line 550
def initialize: (?object: String, ?data: Array[FileObject], ?has_more: bool) -> void
|
Instance Attribute Details
#data ⇒ Array[FileObject]?
Returns the value of attribute data.
547 548 549 |
# File 'sig/types.rbs', line 547 def data @data end |
#has_more ⇒ Boolean?
Returns the value of attribute has_more.
548 549 550 |
# File 'sig/types.rbs', line 548 def has_more @has_more end |
#object ⇒ String?
Returns the value of attribute object.
546 547 548 |
# File 'sig/types.rbs', line 546 def object @object end |