Class: LiterLlm::InFlightLimitConfig
- Inherits:
-
Object
- Object
- LiterLlm::InFlightLimitConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_in_flight ⇒ Integer?
readonly
Returns the value of attribute max_in_flight.
Instance Method Summary collapse
-
#initialize ⇒ InFlightLimitConfig
constructor
A new instance of InFlightLimitConfig.
Constructor Details
#initialize ⇒ InFlightLimitConfig
Returns a new instance of InFlightLimitConfig.
891 |
# File 'sig/types.rbs', line 891
def initialize: (?max_in_flight: Integer) -> void
|
Instance Attribute Details
#max_in_flight ⇒ Integer? (readonly)
Returns the value of attribute max_in_flight.
889 890 891 |
# File 'sig/types.rbs', line 889 def max_in_flight @max_in_flight end |