Class: AdCenterWrapper::GetArchivedNotifications

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

Overview

http://adcenter.microsoft.com/syncapisGetArchivedNotifications

aPIFlags - SOAP::SOAPInt
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(aPIFlags = nil, startDate = nil, endDate = nil) ⇒ GetArchivedNotifications

Returns a new instance of GetArchivedNotifications.



8153
8154
8155
8156
8157
# File 'lib/adcenter_wrapper_entities.rb', line 8153

def initialize(aPIFlags = nil, startDate = nil, endDate = nil)
  @aPIFlags = aPIFlags
  @startDate = startDate
  @endDate = endDate
end

Instance Attribute Details

#aPIFlagsObject

Returns the value of attribute aPIFlags.



8149
8150
8151
# File 'lib/adcenter_wrapper_entities.rb', line 8149

def aPIFlags
  @aPIFlags
end

#endDateObject

Returns the value of attribute endDate.



8151
8152
8153
# File 'lib/adcenter_wrapper_entities.rb', line 8151

def endDate
  @endDate
end

#startDateObject

Returns the value of attribute startDate.



8150
8151
8152
# File 'lib/adcenter_wrapper_entities.rb', line 8150

def startDate
  @startDate
end