Class: Xberg::RakeParams
- Inherits:
-
Object
- Object
- Xberg::RakeParams
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max_words_per_phrase ⇒ Integer?
Returns the value of attribute max_words_per_phrase.
-
#min_word_length ⇒ Integer?
Returns the value of attribute min_word_length.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ RakeParams
constructor
A new instance of RakeParams.
Constructor Details
#initialize ⇒ RakeParams
Returns a new instance of RakeParams.
1793 |
# File 'sig/types.rbs', line 1793
def initialize: (?min_word_length: Integer, ?max_words_per_phrase: Integer) -> void
|
Instance Attribute Details
#max_words_per_phrase ⇒ Integer?
Returns the value of attribute max_words_per_phrase.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def max_words_per_phrase @max_words_per_phrase end |
#min_word_length ⇒ Integer?
Returns the value of attribute min_word_length.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def min_word_length @min_word_length end |