Class: AdCenterWrapper::GetNotificationsResponse

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

Overview

http://adcenter.microsoft.com/syncapisGetNotificationsResponse

getNotificationsResult - AdCenterWrapper::ArrayOfNotification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getNotificationsResult = nil) ⇒ GetNotificationsResponse

Returns a new instance of GetNotificationsResponse.



8116
8117
8118
# File 'lib/adcenter_wrapper_entities.rb', line 8116

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

Instance Attribute Details

#getNotificationsResultObject

Returns the value of attribute getNotificationsResult.



8114
8115
8116
# File 'lib/adcenter_wrapper_entities.rb', line 8114

def getNotificationsResult
  @getNotificationsResult
end