Class: AdCenterWrapper::DeleteGoalsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/CampaignManagementService.rb

Overview

https://adcenter.microsoft.com/v8DeleteGoalsRequest

accountId - SOAP::SOAPLong
goalIds - AdCenterWrapper::ArrayOflong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, goalIds = nil) ⇒ DeleteGoalsRequest

Returns a new instance of DeleteGoalsRequest.

[View source]

2500
2501
2502
2503
# File 'lib/CampaignManagementService.rb', line 2500

def initialize(accountId = nil, goalIds = nil)
  @accountId = accountId
  @goalIds = goalIds
end

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


2497
2498
2499
# File 'lib/CampaignManagementService.rb', line 2497

def accountId
  @accountId
end

#goalIdsObject

Returns the value of attribute goalIds.


2498
2499
2500
# File 'lib/CampaignManagementService.rb', line 2498

def goalIds
  @goalIds
end