Class: AdCenterWrapper::GetAdEditorialReasonsByIdsRequest

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

Overview

https://adcenter.microsoft.com/v7GetAdEditorialReasonsByIdsRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



2048
2049
2050
2051
# File 'lib/adcenter_wrapper_entities.rb', line 2048

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



2046
2047
2048
# File 'lib/adcenter_wrapper_entities.rb', line 2046

def accountId
  @accountId
end

#adIdsObject

Returns the value of attribute adIds.



2045
2046
2047
# File 'lib/adcenter_wrapper_entities.rb', line 2045

def adIds
  @adIds
end