Class: Telesign::API::RequestFraudAnalyzer
- Inherits:
-
Object
- Object
- Telesign::API::RequestFraudAnalyzer
- Defined in:
- lib/telesign/api/default.rb
Overview
/RequestFraudAnalyzer
customerID - SOAP::SOAPString
authenticationID - SOAP::SOAPString
iPAddress - SOAP::SOAPString
country - SOAP::SOAPString
city - SOAP::SOAPString
region - SOAP::SOAPString
zip - SOAP::SOAPString
domain - SOAP::SOAPString
bin - SOAP::SOAPString
binName - SOAP::SOAPString
binPhone - SOAP::SOAPString
phoneNumber - SOAP::SOAPString
forwardedIP - SOAP::SOAPString
emailMD5 - SOAP::SOAPString
usernameMD5 - SOAP::SOAPString
passwordMD5 - SOAP::SOAPString
shipAddress - SOAP::SOAPString
shipCity - SOAP::SOAPString
shipRegion - SOAP::SOAPString
shipZip - SOAP::SOAPString
shipCountry - SOAP::SOAPString
sessionID - SOAP::SOAPString
userAgent - SOAP::SOAPString
browserLanguage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
-
#bin ⇒ Object
Returns the value of attribute bin.
-
#binName ⇒ Object
Returns the value of attribute binName.
-
#binPhone ⇒ Object
Returns the value of attribute binPhone.
-
#browserLanguage ⇒ Object
Returns the value of attribute browserLanguage.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#emailMD5 ⇒ Object
Returns the value of attribute emailMD5.
-
#forwardedIP ⇒ Object
Returns the value of attribute forwardedIP.
-
#iPAddress ⇒ Object
Returns the value of attribute iPAddress.
-
#passwordMD5 ⇒ Object
Returns the value of attribute passwordMD5.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#region ⇒ Object
Returns the value of attribute region.
-
#sessionID ⇒ Object
Returns the value of attribute sessionID.
-
#shipAddress ⇒ Object
Returns the value of attribute shipAddress.
-
#shipCity ⇒ Object
Returns the value of attribute shipCity.
-
#shipCountry ⇒ Object
Returns the value of attribute shipCountry.
-
#shipRegion ⇒ Object
Returns the value of attribute shipRegion.
-
#shipZip ⇒ Object
Returns the value of attribute shipZip.
-
#userAgent ⇒ Object
Returns the value of attribute userAgent.
-
#usernameMD5 ⇒ Object
Returns the value of attribute usernameMD5.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Method Summary collapse
-
#initialize(customerID = nil, authenticationID = nil, iPAddress = nil, country = nil, city = nil, region = nil, zip = nil, domain = nil, bin = nil, binName = nil, binPhone = nil, phoneNumber = nil, forwardedIP = nil, emailMD5 = nil, usernameMD5 = nil, passwordMD5 = nil, shipAddress = nil, shipCity = nil, shipRegion = nil, shipZip = nil, shipCountry = nil, sessionID = nil, userAgent = nil, browserLanguage = nil) ⇒ RequestFraudAnalyzer
constructor
A new instance of RequestFraudAnalyzer.
Constructor Details
#initialize(customerID = nil, authenticationID = nil, iPAddress = nil, country = nil, city = nil, region = nil, zip = nil, domain = nil, bin = nil, binName = nil, binPhone = nil, phoneNumber = nil, forwardedIP = nil, emailMD5 = nil, usernameMD5 = nil, passwordMD5 = nil, shipAddress = nil, shipCity = nil, shipRegion = nil, shipZip = nil, shipCountry = nil, sessionID = nil, userAgent = nil, browserLanguage = nil) ⇒ RequestFraudAnalyzer
Returns a new instance of RequestFraudAnalyzer.
835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 |
# File 'lib/telesign/api/default.rb', line 835 def initialize(customerID = nil, authenticationID = nil, iPAddress = nil, country = nil, city = nil, region = nil, zip = nil, domain = nil, bin = nil, binName = nil, binPhone = nil, phoneNumber = nil, forwardedIP = nil, emailMD5 = nil, usernameMD5 = nil, passwordMD5 = nil, shipAddress = nil, shipCity = nil, shipRegion = nil, shipZip = nil, shipCountry = nil, sessionID = nil, userAgent = nil, browserLanguage = nil) @customerID = customerID @authenticationID = authenticationID @iPAddress = iPAddress @country = country @city = city @region = region @zip = zip @domain = domain @bin = bin @binName = binName @binPhone = binPhone @phoneNumber = phoneNumber @forwardedIP = forwardedIP @emailMD5 = emailMD5 @usernameMD5 = usernameMD5 @passwordMD5 = passwordMD5 @shipAddress = shipAddress @shipCity = shipCity @shipRegion = shipRegion @shipZip = shipZip @shipCountry = shipCountry @sessionID = sessionID @userAgent = userAgent @browserLanguage = browserLanguage end |
Instance Attribute Details
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
811 812 813 |
# File 'lib/telesign/api/default.rb', line 811 def authenticationID @authenticationID end |
#bin ⇒ Object
Returns the value of attribute bin.
818 819 820 |
# File 'lib/telesign/api/default.rb', line 818 def bin @bin end |
#binName ⇒ Object
Returns the value of attribute binName.
819 820 821 |
# File 'lib/telesign/api/default.rb', line 819 def binName @binName end |
#binPhone ⇒ Object
Returns the value of attribute binPhone.
820 821 822 |
# File 'lib/telesign/api/default.rb', line 820 def binPhone @binPhone end |
#browserLanguage ⇒ Object
Returns the value of attribute browserLanguage.
833 834 835 |
# File 'lib/telesign/api/default.rb', line 833 def browserLanguage @browserLanguage end |
#city ⇒ Object
Returns the value of attribute city.
814 815 816 |
# File 'lib/telesign/api/default.rb', line 814 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
813 814 815 |
# File 'lib/telesign/api/default.rb', line 813 def country @country end |
#customerID ⇒ Object
Returns the value of attribute customerID.
810 811 812 |
# File 'lib/telesign/api/default.rb', line 810 def customerID @customerID end |
#domain ⇒ Object
Returns the value of attribute domain.
817 818 819 |
# File 'lib/telesign/api/default.rb', line 817 def domain @domain end |
#emailMD5 ⇒ Object
Returns the value of attribute emailMD5.
823 824 825 |
# File 'lib/telesign/api/default.rb', line 823 def emailMD5 @emailMD5 end |
#forwardedIP ⇒ Object
Returns the value of attribute forwardedIP.
822 823 824 |
# File 'lib/telesign/api/default.rb', line 822 def forwardedIP @forwardedIP end |
#iPAddress ⇒ Object
Returns the value of attribute iPAddress.
812 813 814 |
# File 'lib/telesign/api/default.rb', line 812 def iPAddress @iPAddress end |
#passwordMD5 ⇒ Object
Returns the value of attribute passwordMD5.
825 826 827 |
# File 'lib/telesign/api/default.rb', line 825 def passwordMD5 @passwordMD5 end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
821 822 823 |
# File 'lib/telesign/api/default.rb', line 821 def phoneNumber @phoneNumber end |
#region ⇒ Object
Returns the value of attribute region.
815 816 817 |
# File 'lib/telesign/api/default.rb', line 815 def region @region end |
#sessionID ⇒ Object
Returns the value of attribute sessionID.
831 832 833 |
# File 'lib/telesign/api/default.rb', line 831 def sessionID @sessionID end |
#shipAddress ⇒ Object
Returns the value of attribute shipAddress.
826 827 828 |
# File 'lib/telesign/api/default.rb', line 826 def shipAddress @shipAddress end |
#shipCity ⇒ Object
Returns the value of attribute shipCity.
827 828 829 |
# File 'lib/telesign/api/default.rb', line 827 def shipCity @shipCity end |
#shipCountry ⇒ Object
Returns the value of attribute shipCountry.
830 831 832 |
# File 'lib/telesign/api/default.rb', line 830 def shipCountry @shipCountry end |
#shipRegion ⇒ Object
Returns the value of attribute shipRegion.
828 829 830 |
# File 'lib/telesign/api/default.rb', line 828 def shipRegion @shipRegion end |
#shipZip ⇒ Object
Returns the value of attribute shipZip.
829 830 831 |
# File 'lib/telesign/api/default.rb', line 829 def shipZip @shipZip end |
#userAgent ⇒ Object
Returns the value of attribute userAgent.
832 833 834 |
# File 'lib/telesign/api/default.rb', line 832 def userAgent @userAgent end |
#usernameMD5 ⇒ Object
Returns the value of attribute usernameMD5.
824 825 826 |
# File 'lib/telesign/api/default.rb', line 824 def usernameMD5 @usernameMD5 end |
#zip ⇒ Object
Returns the value of attribute zip.
816 817 818 |
# File 'lib/telesign/api/default.rb', line 816 def zip @zip end |