Class: AdCenterWrapper::GetAdEditorialReasonsByIdsRequest

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

Overview

https://adcenter.microsoft.com/v8GetAdEditorialReasonsByIdsRequest

adIds - AdCenterWrapper::ArrayOflong
accountId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adIds = nil, accountId = nil) ⇒ GetAdEditorialReasonsByIdsRequest

Returns a new instance of GetAdEditorialReasonsByIdsRequest.

[View source]

2359
2360
2361
2362
# File 'lib/CampaignManagementService.rb', line 2359

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.


2357
2358
2359
# File 'lib/CampaignManagementService.rb', line 2357

def accountId
  @accountId
end

#adIdsObject

Returns the value of attribute adIds.


2356
2357
2358
# File 'lib/CampaignManagementService.rb', line 2356

def adIds
  @adIds
end