Class: Telesign::API::RequestPhoneIDPlatinum

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

Overview

/RequestPhoneIDPlatinum

customerID - SOAP::SOAPString
authenticationID - SOAP::SOAPString
countryCode - SOAP::SOAPString
phoneNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil) ⇒ RequestPhoneIDPlatinum

Returns a new instance of RequestPhoneIDPlatinum.



719
720
721
722
723
724
# File 'lib/telesign/api/default.rb', line 719

def initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil)
  @customerID = customerID
  @authenticationID = authenticationID
  @countryCode = countryCode
  @phoneNumber = phoneNumber
end

Instance Attribute Details

#authenticationIDObject

Returns the value of attribute authenticationID.



715
716
717
# File 'lib/telesign/api/default.rb', line 715

def authenticationID
  @authenticationID
end

#countryCodeObject

Returns the value of attribute countryCode.



716
717
718
# File 'lib/telesign/api/default.rb', line 716

def countryCode
  @countryCode
end

#customerIDObject

Returns the value of attribute customerID.



714
715
716
# File 'lib/telesign/api/default.rb', line 714

def customerID
  @customerID
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



717
718
719
# File 'lib/telesign/api/default.rb', line 717

def phoneNumber
  @phoneNumber
end