Class: LiterLlm::BatchRequestCounts
- Inherits:
-
Object
- Object
- LiterLlm::BatchRequestCounts
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completed ⇒ Integer
readonly
Returns the value of attribute completed.
-
#failed ⇒ Integer
readonly
Returns the value of attribute failed.
-
#total ⇒ Integer
readonly
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize ⇒ BatchRequestCounts
constructor
A new instance of BatchRequestCounts.
Constructor Details
#initialize ⇒ BatchRequestCounts
Returns a new instance of BatchRequestCounts.
612 |
# File 'sig/types.rbs', line 612
def initialize: (?total: Integer, ?completed: Integer, ?failed: Integer) -> void
|
Instance Attribute Details
#completed ⇒ Integer (readonly)
Returns the value of attribute completed.
609 610 611 |
# File 'sig/types.rbs', line 609 def completed @completed end |
#failed ⇒ Integer (readonly)
Returns the value of attribute failed.
610 611 612 |
# File 'sig/types.rbs', line 610 def failed @failed end |
#total ⇒ Integer (readonly)
Returns the value of attribute total.
608 609 610 |
# File 'sig/types.rbs', line 608 def total @total end |