Class: AdCenterWrapper::GetNotificationsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNotificationsResponse
- Defined in:
- lib/NotificationService.rb
Overview
https://adcenter.microsoft.com/api/notifications/EntitiesGetNotificationsResponse
notifications - AdCenterWrapper::ArrayOfNotification
Instance Attribute Summary collapse
-
#notifications ⇒ Object
Returns the value of attribute notifications.
Instance Method Summary collapse
-
#initialize(notifications = nil) ⇒ GetNotificationsResponse
constructor
A new instance of GetNotificationsResponse.
Constructor Details
#initialize(notifications = nil) ⇒ GetNotificationsResponse
Returns a new instance of GetNotificationsResponse.
411 412 413 |
# File 'lib/NotificationService.rb', line 411 def initialize(notifications = nil) @notifications = notifications end |
Instance Attribute Details
#notifications ⇒ Object
Returns the value of attribute notifications.
409 410 411 |
# File 'lib/NotificationService.rb', line 409 def notifications @notifications end |