Class: YSM::ExcludedWordsService::GetExcludedWordsByAdGroupID
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::GetExcludedWordsByAdGroupID
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2getExcludedWordsByAdGroupID
Instance Attribute Summary collapse
-
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
Instance Method Summary collapse
-
#initialize(adGroupID = nil) ⇒ GetExcludedWordsByAdGroupID
constructor
A new instance of GetExcludedWordsByAdGroupID.
Constructor Details
#initialize(adGroupID = nil) ⇒ GetExcludedWordsByAdGroupID
Returns a new instance of GetExcludedWordsByAdGroupID.
117 118 119 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 117 def initialize(adGroupID = nil) @adGroupID = adGroupID end |
Instance Attribute Details
#adGroupID ⇒ Object
Returns the value of attribute adGroupID.
115 116 117 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 115 def adGroupID @adGroupID end |