Class: AdCenterWrapper::GetNotificationsByTypeResponse

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

Overview

http://adcenter.microsoft.com/syncapisGetNotificationsByTypeResponse

getNotificationsByTypeResult - AdCenterWrapper::ArrayOfNotification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getNotificationsByTypeResult = nil) ⇒ GetNotificationsByTypeResponse

Returns a new instance of GetNotificationsByTypeResponse.



8139
8140
8141
# File 'lib/adcenter_wrapper_entities.rb', line 8139

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

Instance Attribute Details

#getNotificationsByTypeResultObject

Returns the value of attribute getNotificationsByTypeResult.



8137
8138
8139
# File 'lib/adcenter_wrapper_entities.rb', line 8137

def getNotificationsByTypeResult
  @getNotificationsByTypeResult
end