Class: AdCenterWrapper::UpdateGoalsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateGoalsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8UpdateGoalsRequest
accountId - SOAP::SOAPLong
goals - AdCenterWrapper::ArrayOfGoal
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#goals ⇒ Object
Returns the value of attribute goals.
Instance Method Summary collapse
-
#initialize(accountId = nil, goals = nil) ⇒ UpdateGoalsRequest
constructor
A new instance of UpdateGoalsRequest.
Constructor Details
permalink #initialize(accountId = nil, goals = nil) ⇒ UpdateGoalsRequest
Returns a new instance of UpdateGoalsRequest.
2457 2458 2459 2460 |
# File 'lib/CampaignManagementService.rb', line 2457 def initialize(accountId = nil, goals = nil) @accountId = accountId @goals = goals end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2454 2455 2456 |
# File 'lib/CampaignManagementService.rb', line 2454 def accountId @accountId end |
permalink #goals ⇒ Object
Returns the value of attribute goals.
2455 2456 2457 |
# File 'lib/CampaignManagementService.rb', line 2455 def goals @goals end |