Class: SubscribeForCallerNotificationRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

/SubscribeForCallerNotificationRequest

notificationOperationName - SOAP::SOAPString
webServiceAPIURL - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#notificationOperationNameObject

Returns the value of attribute notificationOperationName.



792
793
794
# File 'lib/default.rb', line 792

def notificationOperationName
  @notificationOperationName
end

#webServiceAPIURLObject

Returns the value of attribute webServiceAPIURL.



793
794
795
# File 'lib/default.rb', line 793

def webServiceAPIURL
  @webServiceAPIURL
end