Class: Minfraud::Model::ScoreIPAddress

Inherits:
Abstract
  • Object
show all
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

Instance Attribute Details

#riskFloat (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.

Returns:

  • (Float)


13
14
15
# File 'lib/minfraud/model/score_ip_address.rb', line 13

def risk
  @risk
end