Class: AdCenterWrapper::GetNotificationsByType
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNotificationsByType
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisGetNotificationsByType
aPIFlags - SOAP::SOAPInt
notificationType - AdCenterWrapper::NotificationType
Instance Attribute Summary collapse
-
#aPIFlags ⇒ Object
Returns the value of attribute aPIFlags.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
Instance Method Summary collapse
-
#initialize(aPIFlags = nil, notificationType = nil) ⇒ GetNotificationsByType
constructor
A new instance of GetNotificationsByType.
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
#aPIFlags ⇒ Object
Returns the value of attribute aPIFlags.
8125 8126 8127 |
# File 'lib/adcenter_wrapper_entities.rb', line 8125 def aPIFlags @aPIFlags end |
#notificationType ⇒ Object
Returns the value of attribute notificationType.
8126 8127 8128 |
# File 'lib/adcenter_wrapper_entities.rb', line 8126 def notificationType @notificationType end |