Class: Xberg::LateInteractionMatch

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLateInteractionMatch

Returns a new instance of LateInteractionMatch.

Parameters:

  • index: (Integer)
  • score: (Float)


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

def initialize: (index: Integer, score: Float) -> void

Instance Attribute Details

#indexInteger (readonly)

Returns the value of attribute index.

Returns:

  • (Integer)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def index
  @index
end

#scoreFloat (readonly)

Returns the value of attribute score.

Returns:

  • (Float)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def score
  @score
end