Class: AdCenterWrapper::GetArchivedNotificationsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(notifications = nil) ⇒ GetArchivedNotificationsResponse

Returns a new instance of GetArchivedNotificationsResponse.

[View source]

421
422
423
# File 'lib/NotificationService.rb', line 421

def initialize(notifications = nil)
  @notifications = notifications
end

Instance Attribute Details

#notificationsObject

Returns the value of attribute notifications.


419
420
421
# File 'lib/NotificationService.rb', line 419

def notifications
  @notifications
end