Class: Telesign::API::RequestPhoneID
- Inherits:
-
Object
- Object
- Telesign::API::RequestPhoneID
- Defined in:
- lib/telesign/api/default.rb
Overview
/RequestPhoneID
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) ⇒ RequestPhoneID
constructor
A new instance of RequestPhoneID.
Constructor Details
#initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil) ⇒ RequestPhoneID
Returns a new instance of RequestPhoneID.
596 597 598 599 600 601 |
# File 'lib/telesign/api/default.rb', line 596 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.
592 593 594 |
# File 'lib/telesign/api/default.rb', line 592 def authenticationID @authenticationID end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
593 594 595 |
# File 'lib/telesign/api/default.rb', line 593 def countryCode @countryCode end |
#customerID ⇒ Object
Returns the value of attribute customerID.
591 592 593 |
# File 'lib/telesign/api/default.rb', line 591 def customerID @customerID end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
594 595 596 |
# File 'lib/telesign/api/default.rb', line 594 def phoneNumber @phoneNumber end |