Class: AdCenterWrapper::GetArchivedNotificationsResponse

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

Overview

http://adcenter.microsoft.com/syncapisGetArchivedNotificationsResponse

getArchivedNotificationsResult - AdCenterWrapper::ArrayOfNotification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getArchivedNotificationsResult = nil) ⇒ GetArchivedNotificationsResponse

Returns a new instance of GetArchivedNotificationsResponse.



8165
8166
8167
# File 'lib/adcenter_wrapper_entities.rb', line 8165

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

Instance Attribute Details

#getArchivedNotificationsResultObject

Returns the value of attribute getArchivedNotificationsResult.



8163
8164
8165
# File 'lib/adcenter_wrapper_entities.rb', line 8163

def getArchivedNotificationsResult
  @getArchivedNotificationsResult
end