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
Returns a new instance of LateInteractionMatch.
1917 |
# File 'sig/types.rbs', line 1917
def initialize: (index: Integer, score: Float) -> void
|
Instance Attribute Details
#index ⇒ Integer (readonly)
Returns the value of attribute index.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def index @index end |
#score ⇒ Float (readonly)
Returns the value of attribute score.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def score @score end |