Class: YSM::ExcludedWordsService::GetExcludedWordsByAdGroupIDResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetExcludedWordsByAdGroupIDResponse

Returns a new instance of GetExcludedWordsByAdGroupIDResponse.



126
127
128
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 126

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



124
125
126
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 124

def out
  @out
end