Method: NotificationService#initialize_service

Defined in:
lib/notification_service.rb

#initialize_service(endpoint) ⇒ Object



4
5
6
# File 'lib/notification_service.rb', line 4

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