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.
1881 |
# File 'sig/types.rbs', line 1881
def initialize: (index: Integer, score: Float) -> void
|
Instance Attribute Details
#index ⇒ Integer (readonly)
Returns the value of attribute index.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def index @index end |
#score ⇒ Float (readonly)
Returns the value of attribute score.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def score @score end |