Class: AdCenterWrapper::AddGoalsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddGoalsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8AddGoalsRequest
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) ⇒ AddGoalsRequest
constructor
A new instance of AddGoalsRequest.
Constructor Details
permalink #initialize(accountId = nil, goals = nil) ⇒ AddGoalsRequest
Returns a new instance of AddGoalsRequest.
2434 2435 2436 2437 |
# File 'lib/CampaignManagementService.rb', line 2434 def initialize(accountId = nil, goals = nil) @accountId = accountId @goals = goals end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2431 2432 2433 |
# File 'lib/CampaignManagementService.rb', line 2431 def accountId @accountId end |
permalink #goals ⇒ Object
Returns the value of attribute goals.
2432 2433 2434 |
# File 'lib/CampaignManagementService.rb', line 2432 def goals @goals end |