Class: Xberg::NgramRange
- Inherits:
-
Object
- Object
- Xberg::NgramRange
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#max ⇒ Integer
readonly
Returns the value of attribute max.
-
#min ⇒ Integer
readonly
Returns the value of attribute min.
Instance Method Summary collapse
-
#initialize ⇒ NgramRange
constructor
A new instance of NgramRange.
Constructor Details
#initialize ⇒ NgramRange
Returns a new instance of NgramRange.
1655 |
# File 'sig/types.rbs', line 1655
def initialize: (?min: Integer, ?max: Integer) -> void
|
Instance Attribute Details
#max ⇒ Integer (readonly)
Returns the value of attribute max.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def max @max end |
#min ⇒ Integer (readonly)
Returns the value of attribute min.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def min @min end |