Class: AdCenterWrapper::GetArchivedNotifications
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetArchivedNotifications
- 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
-
#aPIFlags ⇒ Object
Returns the value of attribute aPIFlags.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(aPIFlags = nil, startDate = nil, endDate = nil) ⇒ GetArchivedNotifications
constructor
A new instance of GetArchivedNotifications.
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
#aPIFlags ⇒ Object
Returns the value of attribute aPIFlags.
8149 8150 8151 |
# File 'lib/adcenter_wrapper_entities.rb', line 8149 def aPIFlags @aPIFlags end |
#endDate ⇒ Object
Returns the value of attribute endDate.
8151 8152 8153 |
# File 'lib/adcenter_wrapper_entities.rb', line 8151 def endDate @endDate end |
#startDate ⇒ Object
Returns the value of attribute startDate.
8150 8151 8152 |
# File 'lib/adcenter_wrapper_entities.rb', line 8150 def startDate @startDate end |