Class: LiterLlm::BatchListQuery
- Inherits:
-
Object
- Object
- LiterLlm::BatchListQuery
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#after ⇒ String?
readonly
Returns the value of attribute after.
-
#limit ⇒ Integer?
readonly
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.
629 |
# File 'sig/types.rbs', line 629
def initialize: (?limit: Integer, ?after: String) -> void
|
Instance Attribute Details
#after ⇒ String? (readonly)
Returns the value of attribute after.
627 628 629 |
# File 'sig/types.rbs', line 627 def after @after end |
#limit ⇒ Integer? (readonly)
Returns the value of attribute limit.
626 627 628 |
# File 'sig/types.rbs', line 626 def limit @limit end |