Class: AdCenterWrapper::GetKeywordsByEditorialStatusRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetKeywordsByEditorialStatusRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetKeywordsByEditorialStatusRequest
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
#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
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2317 2318 2319 |
# File 'lib/adcenter_wrapper_entities.rb', line 2317 def adGroupId @adGroupId end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
2318 2319 2320 |
# File 'lib/adcenter_wrapper_entities.rb', line 2318 def editorialStatus @editorialStatus end |