Class: YSM::AdGroupService::GetAdGroupExcludedWordsCount
- Inherits:
-
Object
- Object
- YSM::AdGroupService::GetAdGroupExcludedWordsCount
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAdGroupExcludedWordsCount
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
-
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
Instance Method Summary collapse
-
#initialize(adGroupID = nil, includeDeleted = nil) ⇒ GetAdGroupExcludedWordsCount
constructor
A new instance of GetAdGroupExcludedWordsCount.
Constructor Details
#initialize(adGroupID = nil, includeDeleted = nil) ⇒ GetAdGroupExcludedWordsCount
Returns a new instance of GetAdGroupExcludedWordsCount.
615 616 617 618 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 615 def initialize(adGroupID = nil, includeDeleted = nil) @adGroupID = adGroupID @includeDeleted = includeDeleted end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
612 613 614 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 612 def adGroupID @adGroupID end |
#includeDeleted ⇒ Object
Returns the value of attribute includeDeleted.
613 614 615 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 613 def includeDeleted @includeDeleted end |