Class: AdCenterWrapper::GetNotificationsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNotificationsResponse
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisGetNotificationsResponse
getNotificationsResult - AdCenterWrapper::ArrayOfNotification
Instance Attribute Summary collapse
-
#getNotificationsResult ⇒ Object
Returns the value of attribute getNotificationsResult.
Instance Method Summary collapse
-
#initialize(getNotificationsResult = nil) ⇒ GetNotificationsResponse
constructor
A new instance of GetNotificationsResponse.
Constructor Details
#initialize(getNotificationsResult = nil) ⇒ GetNotificationsResponse
Returns a new instance of GetNotificationsResponse.
8116 8117 8118 |
# File 'lib/adcenter_wrapper_entities.rb', line 8116 def initialize(getNotificationsResult = nil) @getNotificationsResult = getNotificationsResult end |
Instance Attribute Details
#getNotificationsResult ⇒ Object
Returns the value of attribute getNotificationsResult.
8114 8115 8116 |
# File 'lib/adcenter_wrapper_entities.rb', line 8114 def getNotificationsResult @getNotificationsResult end |