Class: AdCenterWrapper::AddGoalsRequest

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

Overview

https://adcenter.microsoft.com/v8AddGoalsRequest

accountId - SOAP::SOAPLong
goals - AdCenterWrapper::ArrayOfGoal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil, goals = nil) ⇒ AddGoalsRequest

Returns a new instance of AddGoalsRequest.

[View source]

2434
2435
2436
2437
# File 'lib/CampaignManagementService.rb', line 2434

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


2431
2432
2433
# File 'lib/CampaignManagementService.rb', line 2431

def accountId
  @accountId
end

#goalsObject

Returns the value of attribute goals.


2432
2433
2434
# File 'lib/CampaignManagementService.rb', line 2432

def goals
  @goals
end