Class: AdCenterWrapper::GetAdsByEditorialStatusRequest

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

Overview

https://adcenter.microsoft.com/v7GetAdsByEditorialStatusRequest

adGroupId - SOAP::SOAPLong
editorialStatus - AdCenterWrapper::AdEditorialStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAdsByEditorialStatusRequest.



2155
2156
2157
2158
# File 'lib/adcenter_wrapper_entities.rb', line 2155

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

Instance Attribute Details

#adGroupIdObject

Returns the value of attribute adGroupId.



2152
2153
2154
# File 'lib/adcenter_wrapper_entities.rb', line 2152

def adGroupId
  @adGroupId
end

#editorialStatusObject

Returns the value of attribute editorialStatus.



2153
2154
2155
# File 'lib/adcenter_wrapper_entities.rb', line 2153

def editorialStatus
  @editorialStatus
end