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