Class: AdCenterWrapper::GetKeywordEditorialReasonsByIdsRequest

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

Overview

https://adcenter.microsoft.com/v7GetKeywordEditorialReasonsByIdsRequest

keywordIds - AdCenterWrapper::ArrayOflong
accountId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywordIds = nil, accountId = nil) ⇒ GetKeywordEditorialReasonsByIdsRequest

Returns a new instance of GetKeywordEditorialReasonsByIdsRequest.



2025
2026
2027
2028
# File 'lib/adcenter_wrapper_entities.rb', line 2025

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

Instance Attribute Details

#accountIdObject

Returns the value of attribute accountId.



2023
2024
2025
# File 'lib/adcenter_wrapper_entities.rb', line 2023

def accountId
  @accountId
end

#keywordIdsObject

Returns the value of attribute keywordIds.



2022
2023
2024
# File 'lib/adcenter_wrapper_entities.rb', line 2022

def keywordIds
  @keywordIds
end