Class: AdCenterWrapper::GetGoalsRequest

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

Overview

https://adcenter.microsoft.com/v8GetGoalsRequest

accountId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountId = nil) ⇒ GetGoalsRequest

Returns a new instance of GetGoalsRequest.

[View source]

2478
2479
2480
# File 'lib/CampaignManagementService.rb', line 2478

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


2476
2477
2478
# File 'lib/CampaignManagementService.rb', line 2476

def accountId
  @accountId
end