Class: AdCenterWrapper::BudgetDepletedCampaignInfo
- Inherits:
-
CampaignInfo
- Object
- CampaignInfo
- AdCenterWrapper::BudgetDepletedCampaignInfo
- Defined in:
- lib/NotificationService.rb
Overview
https://adcenter.microsoft.com/api/notifications/EntitiesBudgetDepletedCampaignInfo
campaignId - SOAP::SOAPLong
campaignName - SOAP::SOAPString
budgetAmount - SOAP::SOAPDouble
currencyCode - SOAP::SOAPString
budgetDepletedDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#budgetAmount ⇒ Object
Returns the value of attribute budgetAmount.
-
#budgetDepletedDate ⇒ Object
Returns the value of attribute budgetDepletedDate.
-
#campaignId ⇒ Object
Returns the value of attribute campaignId.
-
#campaignName ⇒ Object
Returns the value of attribute campaignName.
-
#currencyCode ⇒ Object
Returns the value of attribute currencyCode.
Instance Method Summary collapse
-
#initialize(campaignId = nil, campaignName = nil, budgetAmount = nil, currencyCode = nil, budgetDepletedDate = nil) ⇒ BudgetDepletedCampaignInfo
constructor
A new instance of BudgetDepletedCampaignInfo.
Constructor Details
permalink #initialize(campaignId = nil, campaignName = nil, budgetAmount = nil, currencyCode = nil, budgetDepletedDate = nil) ⇒ BudgetDepletedCampaignInfo
Returns a new instance of BudgetDepletedCampaignInfo.
249 250 251 252 253 254 255 |
# File 'lib/NotificationService.rb', line 249 def initialize(campaignId = nil, campaignName = nil, budgetAmount = nil, currencyCode = nil, budgetDepletedDate = nil) @campaignId = campaignId @campaignName = campaignName @budgetAmount = budgetAmount @currencyCode = currencyCode @budgetDepletedDate = budgetDepletedDate end |
Instance Attribute Details
permalink #budgetAmount ⇒ Object
Returns the value of attribute budgetAmount.
245 246 247 |
# File 'lib/NotificationService.rb', line 245 def budgetAmount @budgetAmount end |
permalink #budgetDepletedDate ⇒ Object
Returns the value of attribute budgetDepletedDate.
247 248 249 |
# File 'lib/NotificationService.rb', line 247 def budgetDepletedDate @budgetDepletedDate end |
permalink #campaignId ⇒ Object
Returns the value of attribute campaignId.
243 244 245 |
# File 'lib/NotificationService.rb', line 243 def campaignId @campaignId end |
permalink #campaignName ⇒ Object
Returns the value of attribute campaignName.
244 245 246 |
# File 'lib/NotificationService.rb', line 244 def campaignName @campaignName end |
permalink #currencyCode ⇒ Object
Returns the value of attribute currencyCode.
246 247 248 |
# File 'lib/NotificationService.rb', line 246 def currencyCode @currencyCode end |