Method: NotificationManagement#initialize_service

Defined in:
lib/notification_management.rb

#initialize_service(endpoint) ⇒ Object



6
7
8
# File 'lib/notification_management.rb', line 6

def initialize_service(endpoint)
  @service = AdCenterWrapper::NotificationManagementSoap.new(endpoint)
end