Class: Telesign::API::RequestFraudAnalyzer

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

Instance Method Summary collapse

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

#authenticationIDObject

Returns the value of attribute authenticationID.



811
812
813
# File 'lib/telesign/api/default.rb', line 811

def authenticationID
  @authenticationID
end

#binObject

Returns the value of attribute bin.



818
819
820
# File 'lib/telesign/api/default.rb', line 818

def bin
  @bin
end

#binNameObject

Returns the value of attribute binName.



819
820
821
# File 'lib/telesign/api/default.rb', line 819

def binName
  @binName
end

#binPhoneObject

Returns the value of attribute binPhone.



820
821
822
# File 'lib/telesign/api/default.rb', line 820

def binPhone
  @binPhone
end

#browserLanguageObject

Returns the value of attribute browserLanguage.



833
834
835
# File 'lib/telesign/api/default.rb', line 833

def browserLanguage
  @browserLanguage
end

#cityObject

Returns the value of attribute city.



814
815
816
# File 'lib/telesign/api/default.rb', line 814

def city
  @city
end

#countryObject

Returns the value of attribute country.



813
814
815
# File 'lib/telesign/api/default.rb', line 813

def country
  @country
end

#customerIDObject

Returns the value of attribute customerID.



810
811
812
# File 'lib/telesign/api/default.rb', line 810

def customerID
  @customerID
end

#domainObject

Returns the value of attribute domain.



817
818
819
# File 'lib/telesign/api/default.rb', line 817

def domain
  @domain
end

#emailMD5Object

Returns the value of attribute emailMD5.



823
824
825
# File 'lib/telesign/api/default.rb', line 823

def emailMD5
  @emailMD5
end

#forwardedIPObject

Returns the value of attribute forwardedIP.



822
823
824
# File 'lib/telesign/api/default.rb', line 822

def forwardedIP
  @forwardedIP
end

#iPAddressObject

Returns the value of attribute iPAddress.



812
813
814
# File 'lib/telesign/api/default.rb', line 812

def iPAddress
  @iPAddress
end

#passwordMD5Object

Returns the value of attribute passwordMD5.



825
826
827
# File 'lib/telesign/api/default.rb', line 825

def passwordMD5
  @passwordMD5
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



821
822
823
# File 'lib/telesign/api/default.rb', line 821

def phoneNumber
  @phoneNumber
end

#regionObject

Returns the value of attribute region.



815
816
817
# File 'lib/telesign/api/default.rb', line 815

def region
  @region
end

#sessionIDObject

Returns the value of attribute sessionID.



831
832
833
# File 'lib/telesign/api/default.rb', line 831

def sessionID
  @sessionID
end

#shipAddressObject

Returns the value of attribute shipAddress.



826
827
828
# File 'lib/telesign/api/default.rb', line 826

def shipAddress
  @shipAddress
end

#shipCityObject

Returns the value of attribute shipCity.



827
828
829
# File 'lib/telesign/api/default.rb', line 827

def shipCity
  @shipCity
end

#shipCountryObject

Returns the value of attribute shipCountry.



830
831
832
# File 'lib/telesign/api/default.rb', line 830

def shipCountry
  @shipCountry
end

#shipRegionObject

Returns the value of attribute shipRegion.



828
829
830
# File 'lib/telesign/api/default.rb', line 828

def shipRegion
  @shipRegion
end

#shipZipObject

Returns the value of attribute shipZip.



829
830
831
# File 'lib/telesign/api/default.rb', line 829

def shipZip
  @shipZip
end

#userAgentObject

Returns the value of attribute userAgent.



832
833
834
# File 'lib/telesign/api/default.rb', line 832

def userAgent
  @userAgent
end

#usernameMD5Object

Returns the value of attribute usernameMD5.



824
825
826
# File 'lib/telesign/api/default.rb', line 824

def usernameMD5
  @usernameMD5
end

#zipObject

Returns the value of attribute zip.



816
817
818
# File 'lib/telesign/api/default.rb', line 816

def zip
  @zip
end