Class: YSM::AdGroupService::SetOptimizationGuidelinesForAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::SetOptimizationGuidelinesForAdGroupResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2setOptimizationGuidelinesForAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ SetOptimizationGuidelinesForAdGroupResponse
constructor
A new instance of SetOptimizationGuidelinesForAdGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ SetOptimizationGuidelinesForAdGroupResponse
Returns a new instance of SetOptimizationGuidelinesForAdGroupResponse.
257 258 259 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 257 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
255 256 257 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 255 def out @out end |