Class: LiterLlm::BatchListQuery
- Inherits:
-
Object
- Object
- LiterLlm::BatchListQuery
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#after ⇒ String?
Returns the value of attribute after.
-
#limit ⇒ Integer?
Returns the value of attribute limit.
Instance Method Summary collapse
-
#initialize ⇒ BatchListQuery
constructor
A new instance of BatchListQuery.
Constructor Details
#initialize ⇒ BatchListQuery
Returns a new instance of BatchListQuery.
619 |
# File 'sig/types.rbs', line 619
def initialize: (?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String?
Returns the value of attribute after.
617 618 619 |
# File 'sig/types.rbs', line 617 def after @after end |
#limit ⇒ Integer?
Returns the value of attribute limit.
616 617 618 |
# File 'sig/types.rbs', line 616 def limit @limit end |