Class: AdCenterWrapper::GetNotificationsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#notificationsObject

Returns the value of attribute notifications.



409
410
411
# File 'lib/NotificationService.rb', line 409

def notifications
  @notifications
end