Class: Xberg::RakeParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRakeParams

Returns a new instance of RakeParams.

Parameters:

  • min_word_length: (Integer)
  • max_words_per_phrase: (Integer)


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

def initialize: (?min_word_length: Integer, ?max_words_per_phrase: Integer) -> void

Instance Attribute Details

#max_words_per_phraseInteger (readonly)

Returns the value of attribute max_words_per_phrase.

Returns:

  • (Integer)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def max_words_per_phrase
  @max_words_per_phrase
end

#min_word_lengthInteger (readonly)

Returns the value of attribute min_word_length.

Returns:

  • (Integer)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def min_word_length
  @min_word_length
end