Class: Xberg::RakeParams
- Inherits:
-
Object
- Object
- Xberg::RakeParams
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_words_per_phrase ⇒ Integer
readonly
Returns the value of attribute max_words_per_phrase.
-
#min_word_length ⇒ Integer
readonly
Returns the value of attribute min_word_length.
Instance Method Summary collapse
-
#initialize ⇒ RakeParams
constructor
A new instance of RakeParams.
Constructor Details
#initialize ⇒ RakeParams
Returns a new instance of RakeParams.
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_phrase ⇒ Integer (readonly)
Returns the value of attribute max_words_per_phrase.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def max_words_per_phrase @max_words_per_phrase end |
#min_word_length ⇒ Integer (readonly)
Returns the value of attribute min_word_length.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def min_word_length @min_word_length end |