Class: AdCenterWrapper::GetNotificationsByTypeResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNotificationsByTypeResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisGetNotificationsByTypeResponse
getNotificationsByTypeResult - AdCenterWrapper::ArrayOfNotification
Instance Attribute Summary collapse
-
#getNotificationsByTypeResult ⇒ Object
Returns the value of attribute getNotificationsByTypeResult.
Instance Method Summary collapse
-
#initialize(getNotificationsByTypeResult = nil) ⇒ GetNotificationsByTypeResponse
constructor
A new instance of GetNotificationsByTypeResponse.
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
#getNotificationsByTypeResult ⇒ Object
Returns the value of attribute getNotificationsByTypeResult.
8137 8138 8139 |
# File 'lib/adcenter_wrapper_entities.rb', line 8137 def getNotificationsByTypeResult @getNotificationsByTypeResult end |