Class: Telesign::API::FraudAnalyzer
- Inherits:
-
Object
- Object
- Telesign::API::FraudAnalyzer
- Defined in:
- lib/telesign/api/default.rb
Overview
/FraudAnalyzer
referenceID - SOAP::SOAPString
countryMatch - SOAP::SOAPString
countryCode - SOAP::SOAPString
highRiskCountry - SOAP::SOAPString
iPBillingDistance - SOAP::SOAPString
iPRegion - SOAP::SOAPString
iPCity - SOAP::SOAPString
iPLatitude - SOAP::SOAPString
iPLongitude - SOAP::SOAPString
iPISP - SOAP::SOAPString
iPOrg - SOAP::SOAPString
anonymousProxy - SOAP::SOAPString
proxyScore - SOAP::SOAPString
isTransparentProxy - SOAP::SOAPString
freeEmail - SOAP::SOAPString
highRiskEmail - SOAP::SOAPString
highRiskPassword - SOAP::SOAPString
highRiskUsername - SOAP::SOAPString
binMatch - SOAP::SOAPString
binCountry - SOAP::SOAPString
binNameMatch - SOAP::SOAPString
binName - SOAP::SOAPString
binPhoneMatch - SOAP::SOAPString
binPhone - SOAP::SOAPString
phoneNumberInBillingLocation - SOAP::SOAPString
shipForward - SOAP::SOAPString
cityZipMatch - SOAP::SOAPString
shipCityZipMatch - SOAP::SOAPString
fraudScore - SOAP::SOAPString
fraudScoreDescription - SOAP::SOAPString
aPIError - Telesign::API::APIErrorResponse
Instance Attribute Summary collapse
-
#anonymousProxy ⇒ Object
Returns the value of attribute anonymousProxy.
-
#aPIError ⇒ Object
Returns the value of attribute aPIError.
-
#binCountry ⇒ Object
Returns the value of attribute binCountry.
-
#binMatch ⇒ Object
Returns the value of attribute binMatch.
-
#binName ⇒ Object
Returns the value of attribute binName.
-
#binNameMatch ⇒ Object
Returns the value of attribute binNameMatch.
-
#binPhone ⇒ Object
Returns the value of attribute binPhone.
-
#binPhoneMatch ⇒ Object
Returns the value of attribute binPhoneMatch.
-
#cityZipMatch ⇒ Object
Returns the value of attribute cityZipMatch.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#countryMatch ⇒ Object
Returns the value of attribute countryMatch.
-
#fraudScore ⇒ Object
Returns the value of attribute fraudScore.
-
#fraudScoreDescription ⇒ Object
Returns the value of attribute fraudScoreDescription.
-
#freeEmail ⇒ Object
Returns the value of attribute freeEmail.
-
#highRiskCountry ⇒ Object
Returns the value of attribute highRiskCountry.
-
#highRiskEmail ⇒ Object
Returns the value of attribute highRiskEmail.
-
#highRiskPassword ⇒ Object
Returns the value of attribute highRiskPassword.
-
#highRiskUsername ⇒ Object
Returns the value of attribute highRiskUsername.
-
#iPBillingDistance ⇒ Object
Returns the value of attribute iPBillingDistance.
-
#iPCity ⇒ Object
Returns the value of attribute iPCity.
-
#iPISP ⇒ Object
Returns the value of attribute iPISP.
-
#iPLatitude ⇒ Object
Returns the value of attribute iPLatitude.
-
#iPLongitude ⇒ Object
Returns the value of attribute iPLongitude.
-
#iPOrg ⇒ Object
Returns the value of attribute iPOrg.
-
#iPRegion ⇒ Object
Returns the value of attribute iPRegion.
-
#isTransparentProxy ⇒ Object
Returns the value of attribute isTransparentProxy.
-
#phoneNumberInBillingLocation ⇒ Object
Returns the value of attribute phoneNumberInBillingLocation.
-
#proxyScore ⇒ Object
Returns the value of attribute proxyScore.
-
#referenceID ⇒ Object
Returns the value of attribute referenceID.
-
#shipCityZipMatch ⇒ Object
Returns the value of attribute shipCityZipMatch.
-
#shipForward ⇒ Object
Returns the value of attribute shipForward.
Instance Method Summary collapse
Constructor Details
#initialize(referenceID = nil, countryMatch = nil, countryCode = nil, highRiskCountry = nil, iPBillingDistance = nil, iPRegion = nil, iPCity = nil, iPLatitude = nil, iPLongitude = nil, iPISP = nil, iPOrg = nil, anonymousProxy = nil, proxyScore = nil, isTransparentProxy = nil, freeEmail = nil, highRiskEmail = nil, highRiskPassword = nil, highRiskUsername = nil, binMatch = nil, binCountry = nil, binNameMatch = nil, binName = nil, binPhoneMatch = nil, binPhone = nil, phoneNumberInBillingLocation = nil, shipForward = nil, cityZipMatch = nil, shipCityZipMatch = nil, fraudScore = nil, fraudScoreDescription = nil, aPIError = nil) ⇒ FraudAnalyzer
Returns a new instance of FraudAnalyzer.
496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'lib/telesign/api/default.rb', line 496 def initialize(referenceID = nil, countryMatch = nil, countryCode = nil, highRiskCountry = nil, iPBillingDistance = nil, iPRegion = nil, iPCity = nil, iPLatitude = nil, iPLongitude = nil, iPISP = nil, iPOrg = nil, anonymousProxy = nil, proxyScore = nil, isTransparentProxy = nil, freeEmail = nil, highRiskEmail = nil, highRiskPassword = nil, highRiskUsername = nil, binMatch = nil, binCountry = nil, binNameMatch = nil, binName = nil, binPhoneMatch = nil, binPhone = nil, phoneNumberInBillingLocation = nil, shipForward = nil, cityZipMatch = nil, shipCityZipMatch = nil, fraudScore = nil, fraudScoreDescription = nil, aPIError = nil) @referenceID = referenceID @countryMatch = countryMatch @countryCode = countryCode @highRiskCountry = highRiskCountry @iPBillingDistance = iPBillingDistance @iPRegion = iPRegion @iPCity = iPCity @iPLatitude = iPLatitude @iPLongitude = iPLongitude @iPISP = iPISP @iPOrg = iPOrg @anonymousProxy = anonymousProxy @proxyScore = proxyScore @isTransparentProxy = isTransparentProxy @freeEmail = freeEmail @highRiskEmail = highRiskEmail @highRiskPassword = highRiskPassword @highRiskUsername = highRiskUsername @binMatch = binMatch @binCountry = binCountry @binNameMatch = binNameMatch @binName = binName @binPhoneMatch = binPhoneMatch @binPhone = binPhone @phoneNumberInBillingLocation = phoneNumberInBillingLocation @shipForward = shipForward @cityZipMatch = cityZipMatch @shipCityZipMatch = shipCityZipMatch @fraudScore = fraudScore @fraudScoreDescription = fraudScoreDescription @aPIError = aPIError end |
Instance Attribute Details
#anonymousProxy ⇒ Object
Returns the value of attribute anonymousProxy.
475 476 477 |
# File 'lib/telesign/api/default.rb', line 475 def anonymousProxy @anonymousProxy end |
#aPIError ⇒ Object
Returns the value of attribute aPIError.
494 495 496 |
# File 'lib/telesign/api/default.rb', line 494 def aPIError @aPIError end |
#binCountry ⇒ Object
Returns the value of attribute binCountry.
483 484 485 |
# File 'lib/telesign/api/default.rb', line 483 def binCountry @binCountry end |
#binMatch ⇒ Object
Returns the value of attribute binMatch.
482 483 484 |
# File 'lib/telesign/api/default.rb', line 482 def binMatch @binMatch end |
#binName ⇒ Object
Returns the value of attribute binName.
485 486 487 |
# File 'lib/telesign/api/default.rb', line 485 def binName @binName end |
#binNameMatch ⇒ Object
Returns the value of attribute binNameMatch.
484 485 486 |
# File 'lib/telesign/api/default.rb', line 484 def binNameMatch @binNameMatch end |
#binPhone ⇒ Object
Returns the value of attribute binPhone.
487 488 489 |
# File 'lib/telesign/api/default.rb', line 487 def binPhone @binPhone end |
#binPhoneMatch ⇒ Object
Returns the value of attribute binPhoneMatch.
486 487 488 |
# File 'lib/telesign/api/default.rb', line 486 def binPhoneMatch @binPhoneMatch end |
#cityZipMatch ⇒ Object
Returns the value of attribute cityZipMatch.
490 491 492 |
# File 'lib/telesign/api/default.rb', line 490 def cityZipMatch @cityZipMatch end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
466 467 468 |
# File 'lib/telesign/api/default.rb', line 466 def countryCode @countryCode end |
#countryMatch ⇒ Object
Returns the value of attribute countryMatch.
465 466 467 |
# File 'lib/telesign/api/default.rb', line 465 def countryMatch @countryMatch end |
#fraudScore ⇒ Object
Returns the value of attribute fraudScore.
492 493 494 |
# File 'lib/telesign/api/default.rb', line 492 def fraudScore @fraudScore end |
#fraudScoreDescription ⇒ Object
Returns the value of attribute fraudScoreDescription.
493 494 495 |
# File 'lib/telesign/api/default.rb', line 493 def fraudScoreDescription @fraudScoreDescription end |
#freeEmail ⇒ Object
Returns the value of attribute freeEmail.
478 479 480 |
# File 'lib/telesign/api/default.rb', line 478 def freeEmail @freeEmail end |
#highRiskCountry ⇒ Object
Returns the value of attribute highRiskCountry.
467 468 469 |
# File 'lib/telesign/api/default.rb', line 467 def highRiskCountry @highRiskCountry end |
#highRiskEmail ⇒ Object
Returns the value of attribute highRiskEmail.
479 480 481 |
# File 'lib/telesign/api/default.rb', line 479 def highRiskEmail @highRiskEmail end |
#highRiskPassword ⇒ Object
Returns the value of attribute highRiskPassword.
480 481 482 |
# File 'lib/telesign/api/default.rb', line 480 def highRiskPassword @highRiskPassword end |
#highRiskUsername ⇒ Object
Returns the value of attribute highRiskUsername.
481 482 483 |
# File 'lib/telesign/api/default.rb', line 481 def highRiskUsername @highRiskUsername end |
#iPBillingDistance ⇒ Object
Returns the value of attribute iPBillingDistance.
468 469 470 |
# File 'lib/telesign/api/default.rb', line 468 def iPBillingDistance @iPBillingDistance end |
#iPCity ⇒ Object
Returns the value of attribute iPCity.
470 471 472 |
# File 'lib/telesign/api/default.rb', line 470 def iPCity @iPCity end |
#iPISP ⇒ Object
Returns the value of attribute iPISP.
473 474 475 |
# File 'lib/telesign/api/default.rb', line 473 def iPISP @iPISP end |
#iPLatitude ⇒ Object
Returns the value of attribute iPLatitude.
471 472 473 |
# File 'lib/telesign/api/default.rb', line 471 def iPLatitude @iPLatitude end |
#iPLongitude ⇒ Object
Returns the value of attribute iPLongitude.
472 473 474 |
# File 'lib/telesign/api/default.rb', line 472 def iPLongitude @iPLongitude end |
#iPOrg ⇒ Object
Returns the value of attribute iPOrg.
474 475 476 |
# File 'lib/telesign/api/default.rb', line 474 def iPOrg @iPOrg end |
#iPRegion ⇒ Object
Returns the value of attribute iPRegion.
469 470 471 |
# File 'lib/telesign/api/default.rb', line 469 def iPRegion @iPRegion end |
#isTransparentProxy ⇒ Object
Returns the value of attribute isTransparentProxy.
477 478 479 |
# File 'lib/telesign/api/default.rb', line 477 def isTransparentProxy @isTransparentProxy end |
#phoneNumberInBillingLocation ⇒ Object
Returns the value of attribute phoneNumberInBillingLocation.
488 489 490 |
# File 'lib/telesign/api/default.rb', line 488 def phoneNumberInBillingLocation @phoneNumberInBillingLocation end |
#proxyScore ⇒ Object
Returns the value of attribute proxyScore.
476 477 478 |
# File 'lib/telesign/api/default.rb', line 476 def proxyScore @proxyScore end |
#referenceID ⇒ Object
Returns the value of attribute referenceID.
464 465 466 |
# File 'lib/telesign/api/default.rb', line 464 def referenceID @referenceID end |
#shipCityZipMatch ⇒ Object
Returns the value of attribute shipCityZipMatch.
491 492 493 |
# File 'lib/telesign/api/default.rb', line 491 def shipCityZipMatch @shipCityZipMatch end |
#shipForward ⇒ Object
Returns the value of attribute shipForward.
489 490 491 |
# File 'lib/telesign/api/default.rb', line 489 def shipForward @shipForward end |