Class: LiterLlm::BatchListResponse
- Inherits:
-
Object
- Object
- LiterLlm::BatchListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[BatchObject]?
Returns the value of attribute data.
-
#first_id ⇒ String?
Returns the value of attribute first_id.
-
#has_more ⇒ Boolean?
Returns the value of attribute has_more.
-
#last_id ⇒ String?
Returns the value of attribute last_id.
-
#object ⇒ String?
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize ⇒ BatchListResponse
constructor
A new instance of BatchListResponse.
Constructor Details
#initialize ⇒ BatchListResponse
Returns a new instance of BatchListResponse.
609 |
# File 'sig/types.rbs', line 609
def initialize: (?object: String, ?data: Array[BatchObject], ?has_more: bool, ?first_id: String, ?last_id: String) -> void
|
Instance Attribute Details
#data ⇒ Array[BatchObject]?
Returns the value of attribute data.
604 605 606 |
# File 'sig/types.rbs', line 604 def data @data end |
#first_id ⇒ String?
Returns the value of attribute first_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def first_id @first_id end |
#has_more ⇒ Boolean?
Returns the value of attribute has_more.
605 606 607 |
# File 'sig/types.rbs', line 605 def has_more @has_more end |
#last_id ⇒ String?
Returns the value of attribute last_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def last_id @last_id end |
#object ⇒ String?
Returns the value of attribute object.
603 604 605 |
# File 'sig/types.rbs', line 603 def object @object end |