Class: AdCenterWrapper::GetArchivedNotificationsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetArchivedNotificationsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisGetArchivedNotificationsResponse
getArchivedNotificationsResult - AdCenterWrapper::ArrayOfNotification
Instance Attribute Summary collapse
-
#getArchivedNotificationsResult ⇒ Object
Returns the value of attribute getArchivedNotificationsResult.
Instance Method Summary collapse
-
#initialize(getArchivedNotificationsResult = nil) ⇒ GetArchivedNotificationsResponse
constructor
A new instance of GetArchivedNotificationsResponse.
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
#getArchivedNotificationsResult ⇒ Object
Returns the value of attribute getArchivedNotificationsResult.
8163 8164 8165 |
# File 'lib/adcenter_wrapper_entities.rb', line 8163 def getArchivedNotificationsResult @getArchivedNotificationsResult end |