Class: Xberg::YakeParams
- Inherits:
-
Object
- Object
- Xberg::YakeParams
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#window_size ⇒ Integer
readonly
Returns the value of attribute window_size.
Instance Method Summary collapse
-
#initialize ⇒ YakeParams
constructor
A new instance of YakeParams.
Constructor Details
#initialize ⇒ YakeParams
Returns a new instance of YakeParams.
2720 |
# File 'sig/types.rbs', line 2720 def initialize: (?window_size: Integer) -> void |
Instance Attribute Details
#window_size ⇒ Integer (readonly)
Returns the value of attribute window_size.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def window_size @window_size end |