Class: AdCenterWrapper::DeleteGoalsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::DeleteGoalsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8DeleteGoalsRequest
accountId - SOAP::SOAPLong
goalIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#goalIds ⇒ Object
Returns the value of attribute goalIds.
Instance Method Summary collapse
-
#initialize(accountId = nil, goalIds = nil) ⇒ DeleteGoalsRequest
constructor
A new instance of DeleteGoalsRequest.
Constructor Details
permalink #initialize(accountId = nil, goalIds = nil) ⇒ DeleteGoalsRequest
Returns a new instance of DeleteGoalsRequest.
2500 2501 2502 2503 |
# File 'lib/CampaignManagementService.rb', line 2500 def initialize(accountId = nil, goalIds = nil) @accountId = accountId @goalIds = goalIds end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2497 2498 2499 |
# File 'lib/CampaignManagementService.rb', line 2497 def accountId @accountId end |
permalink #goalIds ⇒ Object
Returns the value of attribute goalIds.
2498 2499 2500 |
# File 'lib/CampaignManagementService.rb', line 2498 def goalIds @goalIds end |