Class: AdCenterWrapper::GetNotificationsRequest

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

Overview

https://adcenter.microsoft.com/api/notificationsGetNotificationsRequest

notificationTypes - (any)
topN - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notificationTypes = nil, topN = nil) ⇒ GetNotificationsRequest

Returns a new instance of GetNotificationsRequest.

[View source]

381
382
383
384
# File 'lib/NotificationService.rb', line 381

def initialize(notificationTypes = nil, topN = nil)
  @notificationTypes = notificationTypes
  @topN = topN
end

Instance Attribute Details

#notificationTypesObject

Returns the value of attribute notificationTypes.


378
379
380
# File 'lib/NotificationService.rb', line 378

def notificationTypes
  @notificationTypes
end

#topNObject

Returns the value of attribute topN.


379
380
381
# File 'lib/NotificationService.rb', line 379

def topN
  @topN
end