Class: AdCenterWrapper::GetNegativeKeywordsByCampaignIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByCampaignIdsRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetNegativeKeywordsByCampaignIdsRequest
accountId - SOAP::SOAPLong
campaignIds - AdCenterWrapper::ArrayOflong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
Instance Method Summary collapse
-
#initialize(accountId = nil, campaignIds = nil) ⇒ GetNegativeKeywordsByCampaignIdsRequest
constructor
A new instance of GetNegativeKeywordsByCampaignIdsRequest.
Constructor Details
permalink #initialize(accountId = nil, campaignIds = nil) ⇒ GetNegativeKeywordsByCampaignIdsRequest
Returns a new instance of GetNegativeKeywordsByCampaignIdsRequest.
2739 2740 2741 2742 |
# File 'lib/CampaignManagementService.rb', line 2739 def initialize(accountId = nil, campaignIds = nil) @accountId = accountId @campaignIds = campaignIds end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
2736 2737 2738 |
# File 'lib/CampaignManagementService.rb', line 2736 def accountId @accountId end |
permalink #campaignIds ⇒ Object
Returns the value of attribute campaignIds.
2737 2738 2739 |
# File 'lib/CampaignManagementService.rb', line 2737 def campaignIds @campaignIds end |