Class: SubscribeForCallerNotificationRequest
- Inherits:
-
Object
- Object
- SubscribeForCallerNotificationRequest
- Defined in:
- lib/default.rb
Overview
/SubscribeForCallerNotificationRequest
notificationOperationName - SOAP::SOAPString
webServiceAPIURL - SOAP::SOAPAnyURI
Instance Attribute Summary collapse
-
#notificationOperationName ⇒ Object
Returns the value of attribute notificationOperationName.
-
#webServiceAPIURL ⇒ Object
Returns the value of attribute webServiceAPIURL.
Instance Method Summary collapse
-
#initialize(notificationOperationName = nil, webServiceAPIURL = nil) ⇒ SubscribeForCallerNotificationRequest
constructor
A new instance of SubscribeForCallerNotificationRequest.
Constructor Details
#initialize(notificationOperationName = nil, webServiceAPIURL = nil) ⇒ SubscribeForCallerNotificationRequest
Returns a new instance of SubscribeForCallerNotificationRequest.
795 796 797 798 |
# File 'lib/default.rb', line 795 def initialize(notificationOperationName = nil, webServiceAPIURL = nil) @notificationOperationName = notificationOperationName @webServiceAPIURL = webServiceAPIURL end |
Instance Attribute Details
#notificationOperationName ⇒ Object
Returns the value of attribute notificationOperationName.
792 793 794 |
# File 'lib/default.rb', line 792 def notificationOperationName @notificationOperationName end |
#webServiceAPIURL ⇒ Object
Returns the value of attribute webServiceAPIURL.
793 794 795 |
# File 'lib/default.rb', line 793 def webServiceAPIURL @webServiceAPIURL end |