Class: AdCenterWrapper::GetAdEditorialReasonsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdEditorialReasonsByIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdEditorialReasonsByIdsRequest
adIds - AdCenterWrapper::ArrayOflong
accountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#adIds ⇒ Object
Returns the value of attribute adIds.
Instance Method Summary collapse
-
#initialize(adIds = nil, accountId = nil) ⇒ GetAdEditorialReasonsByIdsRequest
constructor
A new instance of GetAdEditorialReasonsByIdsRequest.
Constructor Details
permalink #initialize(adIds = nil, accountId = nil) ⇒ GetAdEditorialReasonsByIdsRequest
Returns a new instance of GetAdEditorialReasonsByIdsRequest.
2359 2360 2361 2362 |
# File 'lib/CampaignManagementService.rb', line 2359 def initialize(adIds = nil, accountId = nil) @adIds = adIds @accountId = accountId end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2357 2358 2359 |
# File 'lib/CampaignManagementService.rb', line 2357 def accountId @accountId end |
permalink #adIds ⇒ Object
Returns the value of attribute adIds.
2356 2357 2358 |
# File 'lib/CampaignManagementService.rb', line 2356 def adIds @adIds end |