Class: AdCenterWrapper::UpdateGoalsRequest

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

Overview

https://adcenter.microsoft.com/v8UpdateGoalsRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UpdateGoalsRequest.

[View source]

2457
2458
2459
2460
# File 'lib/CampaignManagementService.rb', line 2457

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


2454
2455
2456
# File 'lib/CampaignManagementService.rb', line 2454

def accountId
  @accountId
end

#goalsObject

Returns the value of attribute goals.


2455
2456
2457
# File 'lib/CampaignManagementService.rb', line 2455

def goals
  @goals
end