Class: AdCenterWrapper::ExpiredInsertionOrderNotification
- Inherits:
-
AccountNotification
- Object
- Notification
- AccountNotification
- AdCenterWrapper::ExpiredInsertionOrderNotification
- Defined in:
- lib/NotificationService.rb
Overview
https://adcenter.microsoft.com/api/notifications/EntitiesExpiredInsertionOrderNotification
notificationId - SOAP::SOAPLong
notificationDate - SOAP::SOAPDateTime
notificationType - (any)
accountId - SOAP::SOAPLong
accountNumber - SOAP::SOAPString
billToCustomerName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#billToCustomerName ⇒ Object
Returns the value of attribute billToCustomerName.
-
#notificationDate ⇒ Object
Returns the value of attribute notificationDate.
-
#notificationId ⇒ Object
Returns the value of attribute notificationId.
-
#notificationType ⇒ Object
Returns the value of attribute notificationType.
Instance Method Summary collapse
-
#initialize(notificationId = nil, notificationDate = nil, notificationType = nil, accountId = nil, accountNumber = nil, billToCustomerName = nil) ⇒ ExpiredInsertionOrderNotification
constructor
A new instance of ExpiredInsertionOrderNotification.
Constructor Details
permalink #initialize(notificationId = nil, notificationDate = nil, notificationType = nil, accountId = nil, accountNumber = nil, billToCustomerName = nil) ⇒ ExpiredInsertionOrderNotification
Returns a new instance of ExpiredInsertionOrderNotification.
125 126 127 128 129 130 131 132 |
# File 'lib/NotificationService.rb', line 125 def initialize(notificationId = nil, notificationDate = nil, notificationType = nil, accountId = nil, accountNumber = nil, billToCustomerName = nil) @notificationId = notificationId @notificationDate = notificationDate @notificationType = notificationType @accountId = accountId @accountNumber = accountNumber @billToCustomerName = billToCustomerName end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
121 122 123 |
# File 'lib/NotificationService.rb', line 121 def accountId @accountId end |
permalink #accountNumber ⇒ Object
Returns the value of attribute accountNumber.
122 123 124 |
# File 'lib/NotificationService.rb', line 122 def accountNumber @accountNumber end |
permalink #billToCustomerName ⇒ Object
Returns the value of attribute billToCustomerName.
123 124 125 |
# File 'lib/NotificationService.rb', line 123 def billToCustomerName @billToCustomerName end |
permalink #notificationDate ⇒ Object
Returns the value of attribute notificationDate.
119 120 121 |
# File 'lib/NotificationService.rb', line 119 def notificationDate @notificationDate end |
permalink #notificationId ⇒ Object
Returns the value of attribute notificationId.
118 119 120 |
# File 'lib/NotificationService.rb', line 118 def notificationId @notificationId end |
permalink #notificationType ⇒ Object
Returns the value of attribute notificationType.
120 121 122 |
# File 'lib/NotificationService.rb', line 120 def notificationType @notificationType end |