Class: YSM::ExcludedWordsService::GetExcludedWordsByAdGroupID

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb

Overview

http://marketing.ews.yahooapis.com/V2getExcludedWordsByAdGroupID

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adGroupIDObject

Returns the value of attribute adGroupID.



115
116
117
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 115

def adGroupID
  @adGroupID
end