Class: Minfraud::Model::ScoreIPAddress
- Inherits:
-
Abstract
- Object
- Abstract
- Minfraud::Model::ScoreIPAddress
- Defined in:
- lib/minfraud/model/score_ip_address.rb
Overview
Model containing the IP address’s risk for the Score response.
Instance Attribute Summary collapse
-
#risk ⇒ Float
readonly
This field contains the risk associated with the IP address.
Instance Attribute Details
#risk ⇒ Float (readonly)
This field contains the risk associated with the IP address. The value ranges from 0.01 to 99. A higher score indicates a higher risk.
13 14 15 |
# File 'lib/minfraud/model/score_ip_address.rb', line 13 def risk @risk end |