Representation of risk data (per account).
Sections
Methods
Public
Attributes
[R] | reason | The Hash with Symbol reasons and associated Float subscores contributing to the overall risk score. E.g. { transaction_amounts: 0.78, foreign_fees: 0.96, … }. |
[R] | score | The Float comprehensive risk score associated with the account, where 0 is the lowest risk and 1 is the highest. E.g. 0.5. |
Instance Public methods
inspect()
Link
Also aliased as: to_s
Source: show
# File lib/plaid/risk.rb, line 25 def inspect "#<Plaid::Risk score=#{score.inspect}, ..." end
Internal
Class Public methods