Class: Xberg::LateInteractionMatch

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLateInteractionMatch



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

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

Instance Attribute Details

#indexInteger (readonly)

Returns the value of attribute index.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def index
  @index
end

#scoreFloat (readonly)

Returns the value of attribute score.



1418
1419
1420
# File 'sig/types.rbs', line 1418

def score
  @score
end