Class: AdCenterWrapper::GetAdsByEditorialStatusRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdsByEditorialStatusRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/v7GetAdsByEditorialStatusRequest
adGroupId - SOAP::SOAPLong
editorialStatus - AdCenterWrapper::AdEditorialStatus
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) ⇒ GetAdsByEditorialStatusRequest
constructor
A new instance of GetAdsByEditorialStatusRequest.
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
#adGroupId ⇒ Object
Returns the value of attribute adGroupId.
2152 2153 2154 |
# File 'lib/adcenter_wrapper_entities.rb', line 2152 def adGroupId @adGroupId end |
#editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
2153 2154 2155 |
# File 'lib/adcenter_wrapper_entities.rb', line 2153 def editorialStatus @editorialStatus end |