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.
83 |
# File 'sig/types.rbs', line 83
def initialize: (?total: Integer, ?completed: Integer, ?failed: Integer) -> void
|
Instance Attribute Details
#completed ⇒ Integer (readonly)
Returns the value of attribute completed.
80 81 82 |
# File 'sig/types.rbs', line 80 def completed @completed end |
#failed ⇒ Integer (readonly)
Returns the value of attribute failed.
81 82 83 |
# File 'sig/types.rbs', line 81 def failed @failed end |
#total ⇒ Integer (readonly)
Returns the value of attribute total.
79 80 81 |
# File 'sig/types.rbs', line 79 def total @total end |