Class: AdCenterWrapper::GetNotificationsByType

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

Overview

http://adcenter.microsoft.com/syncapisGetNotificationsByType

aPIFlags - SOAP::SOAPInt
notificationType - AdCenterWrapper::NotificationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(aPIFlags = nil, notificationType = nil) ⇒ GetNotificationsByType

Returns a new instance of GetNotificationsByType.



8128
8129
8130
8131
# File 'lib/adcenter_wrapper_entities.rb', line 8128

def initialize(aPIFlags = nil, notificationType = nil)
  @aPIFlags = aPIFlags
  @notificationType = notificationType
end

Instance Attribute Details

#aPIFlagsObject

Returns the value of attribute aPIFlags.



8125
8126
8127
# File 'lib/adcenter_wrapper_entities.rb', line 8125

def aPIFlags
  @aPIFlags
end

#notificationTypeObject

Returns the value of attribute notificationType.



8126
8127
8128
# File 'lib/adcenter_wrapper_entities.rb', line 8126

def notificationType
  @notificationType
end