Class: Telesign::API::RequestPhoneID

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#authenticationIDObject

Returns the value of attribute authenticationID.



592
593
594
# File 'lib/telesign/api/default.rb', line 592

def authenticationID
  @authenticationID
end

#countryCodeObject

Returns the value of attribute countryCode.



593
594
595
# File 'lib/telesign/api/default.rb', line 593

def countryCode
  @countryCode
end

#customerIDObject

Returns the value of attribute customerID.



591
592
593
# File 'lib/telesign/api/default.rb', line 591

def customerID
  @customerID
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



594
595
596
# File 'lib/telesign/api/default.rb', line 594

def phoneNumber
  @phoneNumber
end