Class: YSM::AdGroupService::GetAdGroupsByCampaignID
- Inherits:
-
Object
- Object
- YSM::AdGroupService::GetAdGroupsByCampaignID
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAdGroupsByCampaignID
Instance Attribute Summary collapse
-
#campaignID ⇒ Object
Returns the value of attribute campaignID.
-
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
-
#numElements ⇒ Object
Returns the value of attribute numElements.
-
#startElement ⇒ Object
Returns the value of attribute startElement.
Instance Method Summary collapse
-
#initialize(campaignID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetAdGroupsByCampaignID
constructor
A new instance of GetAdGroupsByCampaignID.
Constructor Details
#initialize(campaignID = nil, includeDeleted = nil, startElement = nil, numElements = nil) ⇒ GetAdGroupsByCampaignID
Returns a new instance of GetAdGroupsByCampaignID.
517 518 519 520 521 522 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 517 def initialize(campaignID = nil, includeDeleted = nil, startElement = nil, numElements = nil) @campaignID = campaignID @includeDeleted = includeDeleted @startElement = startElement @numElements = numElements end |
Instance Attribute Details
#campaignID ⇒ Object
Returns the value of attribute campaignID.
512 513 514 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 512 def campaignID @campaignID end |
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
513 514 515 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 513 def includeDeleted @includeDeleted end |
#numElements ⇒ Object
Returns the value of attribute numElements.
515 516 517 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 515 def numElements @numElements end |
#startElement ⇒ Object
Returns the value of attribute startElement.
514 515 516 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 514 def startElement @startElement end |