Class: AdCenterWrapper::GetArchivedNotificationsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetArchivedNotificationsResponse
- Defined in:
- lib/NotificationService.rb
Overview
https://adcenter.microsoft.com/api/notifications/EntitiesGetArchivedNotificationsResponse
notifications - AdCenterWrapper::ArrayOfNotification
Instance Attribute Summary collapse
-
#notifications ⇒ Object
Returns the value of attribute notifications.
Instance Method Summary collapse
-
#initialize(notifications = nil) ⇒ GetArchivedNotificationsResponse
constructor
A new instance of GetArchivedNotificationsResponse.
Constructor Details
permalink #initialize(notifications = nil) ⇒ GetArchivedNotificationsResponse
Returns a new instance of GetArchivedNotificationsResponse.
421 422 423 |
# File 'lib/NotificationService.rb', line 421 def initialize(notifications = nil) @notifications = notifications end |
Instance Attribute Details
permalink #notifications ⇒ Object
Returns the value of attribute notifications.
419 420 421 |
# File 'lib/NotificationService.rb', line 419 def notifications @notifications end |