Class: AdCenterWrapper::GetKeywordEditorialReasonsByIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordEditorialReasonsByIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordEditorialReasonsByIdsRequest
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
permalink #initialize(keywordIds = nil, accountId = nil) ⇒ GetKeywordEditorialReasonsByIdsRequest
Returns a new instance of GetKeywordEditorialReasonsByIdsRequest.
2336 2337 2338 2339 |
# File 'lib/CampaignManagementService.rb', line 2336 def initialize(keywordIds = nil, accountId = nil) @keywordIds = keywordIds @accountId = accountId end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2334 2335 2336 |
# File 'lib/CampaignManagementService.rb', line 2334 def accountId @accountId end |
permalink #keywordIds ⇒ Object
Returns the value of attribute keywordIds.
2333 2334 2335 |
# File 'lib/CampaignManagementService.rb', line 2333 def keywordIds @keywordIds end |