Class: Xberg::NgramRange

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNgramRange

Returns a new instance of NgramRange.

Parameters:

  • min: (Integer)
  • max: (Integer)


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

def initialize: (?min: Integer, ?max: Integer) -> void

Instance Attribute Details

#maxInteger (readonly)

Returns the value of attribute max.

Returns:

  • (Integer)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def max
  @max
end

#minInteger (readonly)

Returns the value of attribute min.

Returns:

  • (Integer)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def min
  @min
end