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)


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

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

Instance Attribute Details

#window_sizeInteger?

Returns the value of attribute window_size.

Returns:

  • (Integer, nil)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def window_size
  @window_size
end

Class Method Details

.defaultYakeParams

Returns:



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

def self.default: () -> YakeParams