Class: AdCenterWrapper::GetNegativeKeywordsByCampaignIdsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetNegativeKeywordsByCampaignIdsRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetNegativeKeywordsByCampaignIdsRequest
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
#initialize(accountId = nil, campaignIds = nil) ⇒ GetNegativeKeywordsByCampaignIdsRequest
Returns a new instance of GetNegativeKeywordsByCampaignIdsRequest.
3010 3011 3012 3013 |
# File 'lib/adcenter_wrapper_entities.rb', line 3010 def initialize(accountId = nil, campaignIds = nil) @accountId = accountId @campaignIds = campaignIds end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
3007 3008 3009 |
# File 'lib/adcenter_wrapper_entities.rb', line 3007 def accountId @accountId end |
#campaignIds ⇒ Object
Returns the value of attribute campaignIds.
3008 3009 3010 |
# File 'lib/adcenter_wrapper_entities.rb', line 3008 def campaignIds @campaignIds end |