Class: LiterLlm::RateLimitConfig
- Inherits:
-
Object
- Object
- LiterLlm::RateLimitConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#rpm ⇒ Integer?
readonly
Returns the value of attribute rpm.
-
#tpm ⇒ Integer?
readonly
Returns the value of attribute tpm.
-
#window ⇒ Integer
readonly
Returns the value of attribute window.
Instance Method Summary collapse
-
#initialize ⇒ RateLimitConfig
constructor
A new instance of RateLimitConfig.
Constructor Details
#initialize ⇒ RateLimitConfig
Returns a new instance of RateLimitConfig.
700 |
# File 'sig/types.rbs', line 700
def initialize: (?rpm: Integer, ?tpm: Integer, ?window: Integer) -> void
|
Instance Attribute Details
#rpm ⇒ Integer? (readonly)
Returns the value of attribute rpm.
696 697 698 |
# File 'sig/types.rbs', line 696 def rpm @rpm end |
#tpm ⇒ Integer? (readonly)
Returns the value of attribute tpm.
697 698 699 |
# File 'sig/types.rbs', line 697 def tpm @tpm end |
#window ⇒ Integer (readonly)
Returns the value of attribute window.
698 699 700 |
# File 'sig/types.rbs', line 698 def window @window end |