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