Class: Telesign::API::RequestPhoneIDPlatinum
- Inherits:
-
Object
- Object
- Telesign::API::RequestPhoneIDPlatinum
- 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
-
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
Instance Method Summary collapse
-
#initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil) ⇒ RequestPhoneIDPlatinum
constructor
A new instance of RequestPhoneIDPlatinum.
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
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
715 716 717 |
# File 'lib/telesign/api/default.rb', line 715 def authenticationID @authenticationID end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
716 717 718 |
# File 'lib/telesign/api/default.rb', line 716 def countryCode @countryCode end |
#customerID ⇒ Object
Returns the value of attribute customerID.
714 715 716 |
# File 'lib/telesign/api/default.rb', line 714 def customerID @customerID end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
717 718 719 |
# File 'lib/telesign/api/default.rb', line 717 def phoneNumber @phoneNumber end |