Class: YSM::ExcludedWordsService::AddExcludedWordToAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordToAdGroupResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordToAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddExcludedWordToAdGroupResponse
constructor
A new instance of AddExcludedWordToAdGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ AddExcludedWordToAdGroupResponse
Returns a new instance of AddExcludedWordToAdGroupResponse.
288 289 290 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 288 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
286 287 288 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 286 def out @out end |