Class: AdCenterWrapper::GetKeywordEditorialReasonsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordEditorialReasonsByIdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordEditorialReasonsByIdsRequest
keywordIds - AdCenterWrapper::ArrayOflong
accountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#keywordIds ⇒ Object
Returns the value of attribute keywordIds.
Instance Method Summary collapse
-
#initialize(keywordIds = nil, accountId = nil) ⇒ GetKeywordEditorialReasonsByIdsRequest
constructor
A new instance of GetKeywordEditorialReasonsByIdsRequest.
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
#accountId ⇒ Object
Returns the value of attribute accountId.
2023 2024 2025 |
# File 'lib/adcenter_wrapper_entities.rb', line 2023 def accountId @accountId end |
#keywordIds ⇒ Object
Returns the value of attribute keywordIds.
2022 2023 2024 |
# File 'lib/adcenter_wrapper_entities.rb', line 2022 def keywordIds @keywordIds end |