Class: Xberg::YakeParams

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeYakeParams

Returns a new instance of YakeParams.

Parameters:

  • window_size: (Integer)


2720
# File 'sig/types.rbs', line 2720

def initialize: (?window_size: Integer) -> void

Instance Attribute Details

#window_sizeInteger (readonly)

Returns the value of attribute window_size.

Returns:

  • (Integer)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def window_size
  @window_size
end