Class: Telesign::API::RequestCALL
- Inherits:
-
Object
- Object
- Telesign::API::RequestCALL
- Defined in:
- lib/telesign/api/default.rb
Overview
/RequestCALL
customerID - SOAP::SOAPString
authenticationID - SOAP::SOAPString
countryCode - SOAP::SOAPString
phoneNumber - SOAP::SOAPString
language - SOAP::SOAPString
verificationCode - SOAP::SOAPString
priority - SOAP::SOAPString
delayTime - SOAP::SOAPString
redialCount - SOAP::SOAPString
extensionContent - SOAP::SOAPString
extensionType - SOAP::SOAPString
- SOAP::SOAPString
callType - SOAP::SOAPString
callerID - SOAP::SOAPString
project - SOAP::SOAPString
additional - SOAP::SOAPString
Instance Attribute Summary collapse
-
#additional ⇒ Object
Returns the value of attribute additional.
-
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
-
#callerID ⇒ Object
Returns the value of attribute callerID.
-
#callType ⇒ Object
Returns the value of attribute callType.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#delayTime ⇒ Object
Returns the value of attribute delayTime.
-
#extensionContent ⇒ Object
Returns the value of attribute extensionContent.
-
#extensionType ⇒ Object
Returns the value of attribute extensionType.
-
#language ⇒ Object
Returns the value of attribute language.
-
#message ⇒ Object
Returns the value of attribute message.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#project ⇒ Object
Returns the value of attribute project.
-
#redialCount ⇒ Object
Returns the value of attribute redialCount.
-
#verificationCode ⇒ Object
Returns the value of attribute verificationCode.
Instance Method Summary collapse
-
#initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil, language = nil, verificationCode = nil, priority = nil, delayTime = nil, redialCount = nil, extensionContent = nil, extensionType = nil, message = nil, callType = nil, callerID = nil, project = nil, additional = nil) ⇒ RequestCALL
constructor
A new instance of RequestCALL.
Constructor Details
#initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil, language = nil, verificationCode = nil, priority = nil, delayTime = nil, redialCount = nil, extensionContent = nil, extensionType = nil, message = nil, callType = nil, callerID = nil, project = nil, additional = nil) ⇒ RequestCALL
Returns a new instance of RequestCALL.
678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 |
# File 'lib/telesign/api/default.rb', line 678 def initialize(customerID = nil, authenticationID = nil, countryCode = nil, phoneNumber = nil, language = nil, verificationCode = nil, priority = nil, delayTime = nil, redialCount = nil, extensionContent = nil, extensionType = nil, = nil, callType = nil, callerID = nil, project = nil, additional = nil) @customerID = customerID @authenticationID = authenticationID @countryCode = countryCode @phoneNumber = phoneNumber @language = language @verificationCode = verificationCode @priority = priority @delayTime = delayTime @redialCount = redialCount @extensionContent = extensionContent @extensionType = extensionType @message = @callType = callType @callerID = callerID @project = project @additional = additional end |
Instance Attribute Details
#additional ⇒ Object
Returns the value of attribute additional.
676 677 678 |
# File 'lib/telesign/api/default.rb', line 676 def additional @additional end |
#authenticationID ⇒ Object
Returns the value of attribute authenticationID.
662 663 664 |
# File 'lib/telesign/api/default.rb', line 662 def authenticationID @authenticationID end |
#callerID ⇒ Object
Returns the value of attribute callerID.
674 675 676 |
# File 'lib/telesign/api/default.rb', line 674 def callerID @callerID end |
#callType ⇒ Object
Returns the value of attribute callType.
673 674 675 |
# File 'lib/telesign/api/default.rb', line 673 def callType @callType end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
663 664 665 |
# File 'lib/telesign/api/default.rb', line 663 def countryCode @countryCode end |
#customerID ⇒ Object
Returns the value of attribute customerID.
661 662 663 |
# File 'lib/telesign/api/default.rb', line 661 def customerID @customerID end |
#delayTime ⇒ Object
Returns the value of attribute delayTime.
668 669 670 |
# File 'lib/telesign/api/default.rb', line 668 def delayTime @delayTime end |
#extensionContent ⇒ Object
Returns the value of attribute extensionContent.
670 671 672 |
# File 'lib/telesign/api/default.rb', line 670 def extensionContent @extensionContent end |
#extensionType ⇒ Object
Returns the value of attribute extensionType.
671 672 673 |
# File 'lib/telesign/api/default.rb', line 671 def extensionType @extensionType end |
#language ⇒ Object
Returns the value of attribute language.
665 666 667 |
# File 'lib/telesign/api/default.rb', line 665 def language @language end |
#message ⇒ Object
Returns the value of attribute message.
672 673 674 |
# File 'lib/telesign/api/default.rb', line 672 def @message end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
664 665 666 |
# File 'lib/telesign/api/default.rb', line 664 def phoneNumber @phoneNumber end |
#priority ⇒ Object
Returns the value of attribute priority.
667 668 669 |
# File 'lib/telesign/api/default.rb', line 667 def priority @priority end |
#project ⇒ Object
Returns the value of attribute project.
675 676 677 |
# File 'lib/telesign/api/default.rb', line 675 def project @project end |
#redialCount ⇒ Object
Returns the value of attribute redialCount.
669 670 671 |
# File 'lib/telesign/api/default.rb', line 669 def redialCount @redialCount end |
#verificationCode ⇒ Object
Returns the value of attribute verificationCode.
666 667 668 |
# File 'lib/telesign/api/default.rb', line 666 def verificationCode @verificationCode end |