Class: Xberg::LateInteractionMatch
- Inherits:
-
Object
- Object
- Xberg::LateInteractionMatch
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
-
#score ⇒ Float
readonly
Returns the value of attribute score.
Instance Method Summary collapse
-
#initialize ⇒ LateInteractionMatch
constructor
A new instance of LateInteractionMatch.
Constructor Details
#initialize ⇒ LateInteractionMatch
1420 |
# File 'sig/types.rbs', line 1420 def initialize: (index: Integer, score: Float) -> void |
Instance Attribute Details
#index ⇒ Integer (readonly)
Returns the value of attribute index.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def index @index end |
#score ⇒ Float (readonly)
Returns the value of attribute score.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def score @score end |