Class: AdCenterWrapper::GetAdsByEditorialStatusRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAdsByEditorialStatusRequest
- Defined in:
- lib/CampaignManagementService.rb
Overview
https://adcenter.microsoft.com/v8GetAdsByEditorialStatusRequest
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
permalink #initialize(adGroupId = nil, editorialStatus = nil) ⇒ GetAdsByEditorialStatusRequest
Returns a new instance of GetAdsByEditorialStatusRequest.
1775 1776 1777 1778 |
# File 'lib/CampaignManagementService.rb', line 1775 def initialize(adGroupId = nil, editorialStatus = nil) @adGroupId = adGroupId @editorialStatus = editorialStatus end |
Instance Attribute Details
permalink #adGroupId ⇒ Object
Returns the value of attribute adGroupId.
1772 1773 1774 |
# File 'lib/CampaignManagementService.rb', line 1772 def adGroupId @adGroupId end |
permalink #editorialStatus ⇒ Object
Returns the value of attribute editorialStatus.
1773 1774 1775 |
# File 'lib/CampaignManagementService.rb', line 1773 def editorialStatus @editorialStatus end |