Class: LiterLlm::BatchListResponse
- Inherits:
-
Object
- Object
- LiterLlm::BatchListResponse
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ Array[BatchObject]
readonly
Returns the value of attribute data.
-
#first_id ⇒ String?
readonly
Returns the value of attribute first_id.
-
#has_more ⇒ Boolean?
readonly
Returns the value of attribute has_more.
-
#last_id ⇒ String?
readonly
Returns the value of attribute last_id.
-
#object ⇒ String
readonly
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.
622 |
# File 'sig/types.rbs', line 622
def initialize: (?object: String, ?data: Array[BatchObject], ?has_more: bool, ?first_id: String, ?last_id: String) -> void
|
Instance Attribute Details
#data ⇒ Array[BatchObject] (readonly)
Returns the value of attribute data.
617 618 619 |
# File 'sig/types.rbs', line 617 def data @data end |
#first_id ⇒ String? (readonly)
Returns the value of attribute first_id.
619 620 621 |
# File 'sig/types.rbs', line 619 def first_id @first_id end |
#has_more ⇒ Boolean? (readonly)
Returns the value of attribute has_more.
618 619 620 |
# File 'sig/types.rbs', line 618 def has_more @has_more end |
#last_id ⇒ String? (readonly)
Returns the value of attribute last_id.
620 621 622 |
# File 'sig/types.rbs', line 620 def last_id @last_id end |
#object ⇒ String (readonly)
Returns the value of attribute object.
616 617 618 |
# File 'sig/types.rbs', line 616 def object @object end |