Class: YSM::ExcludedWordsService::GetExcludedWordsByAdGroupIDResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::GetExcludedWordsByAdGroupIDResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2getExcludedWordsByAdGroupIDResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetExcludedWordsByAdGroupIDResponse
constructor
A new instance of GetExcludedWordsByAdGroupIDResponse.
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
#out ⇒ Object
Returns the value of attribute out.
124 125 126 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 124 def out @out end |