Class: AdCenterWrapper::GetKeywordsByEditorialStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

https://adcenter.microsoft.com/v7GetKeywordsByEditorialStatusRequest

adGroupId - SOAP::SOAPLong
editorialStatus - AdCenterWrapper::KeywordEditorialStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(adGroupId = nil, editorialStatus = nil) ⇒ GetKeywordsByEditorialStatusRequest

Returns a new instance of GetKeywordsByEditorialStatusRequest.



2320
2321
2322
2323
# File 'lib/adcenter_wrapper_entities.rb', line 2320

def initialize(adGroupId = nil, editorialStatus = nil)
  @adGroupId = adGroupId
  @editorialStatus = editorialStatus
end

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2317
2318
2319
# File 'lib/adcenter_wrapper_entities.rb', line 2317

def adGroupId
  @adGroupId
end

#editorialStatusObject

Returns the value of attribute editorialStatus.



2318
2319
2320
# File 'lib/adcenter_wrapper_entities.rb', line 2318

def editorialStatus
  @editorialStatus
end