Skip to content

Commit 01106a7

Browse files
committed
Refer to correct object type
1 parent bbe6f98 commit 01106a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/minfraud/model/risk_score_reason.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class RiskScoreReason < Abstract
1414
# @return [Float]
1515
attr_reader :multiplier
1616

17-
# This field contains Risk objects that describe one of the reasons for the multiplier.
17+
# Reasons for the multiplier.
1818
#
19-
# @return [Array<Minfraud::Model::Risk>]
19+
# @return [Array<Minfraud::Model::Reason>]
2020
attr_reader :reasons
2121

2222
# @!visibility private

0 commit comments

Comments
 (0)