Class: Xberg::YakeParams

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeYakeParams

Returns a new instance of YakeParams.

Parameters:

  • window_size: (Integer)


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

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

Instance Attribute Details

#window_sizeInteger?

Returns the value of attribute window_size.

Returns:

  • (Integer, nil)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def window_size
  @window_size
end

Class Method Details

.defaultYakeParams

Returns:



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

def self.default: () -> YakeParams