We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbe6f98 + 01106a7 commit c0af2d5Copy full SHA for c0af2d5
lib/minfraud/model/risk_score_reason.rb
@@ -14,9 +14,9 @@ class RiskScoreReason < Abstract
14
# @return [Float]
15
attr_reader :multiplier
16
17
- # This field contains Risk objects that describe one of the reasons for the multiplier.
+ # Reasons for the multiplier.
18
#
19
- # @return [Array<Minfraud::Model::Risk>]
+ # @return [Array<Minfraud::Model::Reason>]
20
attr_reader :reasons
21
22
# @!visibility private
0 commit comments