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.
899 |
# File 'sig/types.rbs', line 899
def initialize: (?rpm: Integer, ?tpm: Integer, ?window: Integer) -> void
|
Instance Attribute Details
#rpm ⇒ Integer? (readonly)
Returns the value of attribute rpm.
895 896 897 |
# File 'sig/types.rbs', line 895 def rpm @rpm end |
#tpm ⇒ Integer? (readonly)
Returns the value of attribute tpm.
896 897 898 |
# File 'sig/types.rbs', line 896 def tpm @tpm end |
#window ⇒ Integer (readonly)
Returns the value of attribute window.
897 898 899 |
# File 'sig/types.rbs', line 897 def window @window end |