Class: AdCenterWrapper::GetKeywordsByEditorialStatusRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByEditorialStatusRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetKeywordsByEditorialStatusRequest
adGroupId - SOAP::SOAPLong
editorialStatus - AdCenterWrapper::KeywordEditorialStatus
Instance Attribute Summary collapse
-
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
-
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
Instance Method Summary collapse
-
#initialize(adGroupId = nil, editorialStatus = nil) ⇒ GetKeywordsByEditorialStatusRequest
constructor
A new instance of GetKeywordsByEditorialStatusRequest.
Constructor Details
permalink #initialize(adGroupId = nil, editorialStatus = nil) ⇒ GetKeywordsByEditorialStatusRequest
Returns a new instance of GetKeywordsByEditorialStatusRequest.
1940 1941 1942 1943 |
# File 'lib/CampaignManagementService.rb', line 1940 def initialize(adGroupId = nil, editorialStatus = nil) @adGroupId = adGroupId @editorialStatus = editorialStatus end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1937 1938 1939 |
# File 'lib/CampaignManagementService.rb', line 1937 def adGroupId @adGroupId end |
permalink #editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
1938 1939 1940 |
# File 'lib/CampaignManagementService.rb', line 1938 def editorialStatus @editorialStatus end |