Class: Telesign::API::InformationQualityScore

Inherits:
Object
  • Object
show all
Defined in:
lib/telesign/api/default.rb

Overview

/InformationQualityScore

referenceID - SOAP::SOAPString
score - SOAP::SOAPString
phoneVerify - SOAP::SOAPString
listingType - SOAP::SOAPString
validAddress - SOAP::SOAPString
validPhoneNumber - SOAP::SOAPString
inService6M - SOAP::SOAPString
onDoNotCall - SOAP::SOAPString
nearAddress - SOAP::SOAPString
recentChange - SOAP::SOAPString
addressType - SOAP::SOAPString
basedOnPhoneNumber - Telesign::API::BasedOnPhoneNumberResponse
basedOnAddress - Telesign::API::BasedOnAddressResponse
standardizedAddress - Telesign::API::StandardizedAddressResponse
aPIError - Telesign::API::APIErrorResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(referenceID = nil, score = nil, phoneVerify = nil, listingType = nil, validAddress = nil, validPhoneNumber = nil, inService6M = nil, onDoNotCall = nil, nearAddress = nil, recentChange = nil, addressType = nil, basedOnPhoneNumber = nil, basedOnAddress = nil, standardizedAddress = nil, aPIError = nil) ⇒ InformationQualityScore

Returns a new instance of InformationQualityScore.



352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
# File 'lib/telesign/api/default.rb', line 352

def initialize(referenceID = nil, score = nil, phoneVerify = nil, listingType = nil, validAddress = nil, validPhoneNumber = nil, inService6M = nil, onDoNotCall = nil, nearAddress = nil, recentChange = nil, addressType = nil, basedOnPhoneNumber = nil, basedOnAddress = nil, standardizedAddress = nil, aPIError = nil)
  @referenceID = referenceID
  @score = score
  @phoneVerify = phoneVerify
  @listingType = listingType
  @validAddress = validAddress
  @validPhoneNumber = validPhoneNumber
  @inService6M = inService6M
  @onDoNotCall = onDoNotCall
  @nearAddress = nearAddress
  @recentChange = recentChange
  @addressType = addressType
  @basedOnPhoneNumber = basedOnPhoneNumber
  @basedOnAddress = basedOnAddress
  @standardizedAddress = standardizedAddress
  @aPIError = aPIError
end

Instance Attribute Details

#addressTypeObject

Returns the value of attribute addressType.



346
347
348
# File 'lib/telesign/api/default.rb', line 346

def addressType
  @addressType
end

#aPIErrorObject

Returns the value of attribute aPIError.



350
351
352
# File 'lib/telesign/api/default.rb', line 350

def aPIError
  @aPIError
end

#basedOnAddressObject

Returns the value of attribute basedOnAddress.



348
349
350
# File 'lib/telesign/api/default.rb', line 348

def basedOnAddress
  @basedOnAddress
end

#basedOnPhoneNumberObject

Returns the value of attribute basedOnPhoneNumber.



347
348
349
# File 'lib/telesign/api/default.rb', line 347

def basedOnPhoneNumber
  @basedOnPhoneNumber
end

#inService6MObject

Returns the value of attribute inService6M.



342
343
344
# File 'lib/telesign/api/default.rb', line 342

def inService6M
  @inService6M
end

#listingTypeObject

Returns the value of attribute listingType.



339
340
341
# File 'lib/telesign/api/default.rb', line 339

def listingType
  @listingType
end

#nearAddressObject

Returns the value of attribute nearAddress.



344
345
346
# File 'lib/telesign/api/default.rb', line 344

def nearAddress
  @nearAddress
end

#onDoNotCallObject

Returns the value of attribute onDoNotCall.



343
344
345
# File 'lib/telesign/api/default.rb', line 343

def onDoNotCall
  @onDoNotCall
end

#phoneVerifyObject

Returns the value of attribute phoneVerify.



338
339
340
# File 'lib/telesign/api/default.rb', line 338

def phoneVerify
  @phoneVerify
end

#recentChangeObject

Returns the value of attribute recentChange.



345
346
347
# File 'lib/telesign/api/default.rb', line 345

def recentChange
  @recentChange
end

#referenceIDObject

Returns the value of attribute referenceID.



336
337
338
# File 'lib/telesign/api/default.rb', line 336

def referenceID
  @referenceID
end

#scoreObject

Returns the value of attribute score.



337
338
339
# File 'lib/telesign/api/default.rb', line 337

def score
  @score
end

#standardizedAddressObject

Returns the value of attribute standardizedAddress.



349
350
351
# File 'lib/telesign/api/default.rb', line 349

def standardizedAddress
  @standardizedAddress
end

#validAddressObject

Returns the value of attribute validAddress.



340
341
342
# File 'lib/telesign/api/default.rb', line 340

def validAddress
  @validAddress
end

#validPhoneNumberObject

Returns the value of attribute validPhoneNumber.



341
342
343
# File 'lib/telesign/api/default.rb', line 341

def validPhoneNumber
  @validPhoneNumber
end