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)


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

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

Instance Attribute Details

#window_sizeInteger?

Returns the value of attribute window_size.

Returns:

  • (Integer, nil)


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

def window_size
  @window_size
end

Class Method Details

.defaultYakeParams

Returns:



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

def self.default: () -> YakeParams