Class: YSM::ExcludedWordsService::AddExcludedWordsToAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::ExcludedWordsService::AddExcludedWordsToAdGroupResponse
- Defined in:
- lib/ysm4r/v1/ExcludedWordsService.rb,
lib/ysm4r/v2/ExcludedWordsService.rb
Overview
http://marketing.ews.yahooapis.com/V2addExcludedWordsToAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddExcludedWordsToAdGroupResponse
constructor
A new instance of AddExcludedWordsToAdGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ AddExcludedWordsToAdGroupResponse
Returns a new instance of AddExcludedWordsToAdGroupResponse.
270 271 272 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 270 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
268 269 270 |
# File 'lib/ysm4r/v1/ExcludedWordsService.rb', line 268 def out @out end |