Class: LiterLlm::FileListResponse
- Inherits:
-
Object
- Object
- LiterLlm::FileListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[FileObject]
readonly
Returns the value of attribute data.
-
#has_more ⇒ Boolean?
readonly
Returns the value of attribute has_more.
-
#object ⇒ String
readonly
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.
560 |
# File 'sig/types.rbs', line 560
def initialize: (?object: String, ?data: Array[FileObject], ?has_more: bool) -> void
|
Instance Attribute Details
#data ⇒ Array[FileObject] (readonly)
Returns the value of attribute data.
557 558 559 |
# File 'sig/types.rbs', line 557 def data @data end |
#has_more ⇒ Boolean? (readonly)
Returns the value of attribute has_more.
558 559 560 |
# File 'sig/types.rbs', line 558 def has_more @has_more end |
#object ⇒ String (readonly)
Returns the value of attribute object.
556 557 558 |
# File 'sig/types.rbs', line 556 def object @object end |