Class: AdCenterWrapper::GetNotificationsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNotificationsRequest
- Defined in:
- lib/NotificationService.rb
Overview
https://adcenter.microsoft.com/api/notificationsGetNotificationsRequest
notificationTypes - (any)
topN - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#notificationTypes ⇒ Object
Returns the value of attribute notificationTypes.
-
#topN ⇒ Object
Returns the value of attribute topN.
Instance Method Summary collapse
-
#initialize(notificationTypes = nil, topN = nil) ⇒ GetNotificationsRequest
constructor
A new instance of GetNotificationsRequest.
Constructor Details
permalink #initialize(notificationTypes = nil, topN = nil) ⇒ GetNotificationsRequest
Returns a new instance of GetNotificationsRequest.
381 382 383 384 |
# File 'lib/NotificationService.rb', line 381 def initialize(notificationTypes = nil, topN = nil) @notificationTypes = notificationTypes @topN = topN end |
Instance Attribute Details
permalink #notificationTypes ⇒ Object
Returns the value of attribute notificationTypes.
378 379 380 |
# File 'lib/NotificationService.rb', line 378 def notificationTypes @notificationTypes end |
permalink #topN ⇒ Object
Returns the value of attribute topN.
379 380 381 |
# File 'lib/NotificationService.rb', line 379 def topN @topN end |