Class: YSM::AdGroupService::GetOptimizationGuidelinesForAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::GetOptimizationGuidelinesForAdGroupResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2getOptimizationGuidelinesForAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetOptimizationGuidelinesForAdGroupResponse
constructor
A new instance of GetOptimizationGuidelinesForAdGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ GetOptimizationGuidelinesForAdGroupResponse
Returns a new instance of GetOptimizationGuidelinesForAdGroupResponse.
335 336 337 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 335 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
333 334 335 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 333 def out @out end |