Class: YSM::CampaignService::SetCampaignOptimizationONResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb

Overview

http://marketing.ews.yahooapis.com/V2setCampaignOptimizationONResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ SetCampaignOptimizationONResponse

Returns a new instance of SetCampaignOptimizationONResponse.



316
317
318
# File 'lib/ysm4r/v1/CampaignService.rb', line 316

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



314
315
316
# File 'lib/ysm4r/v1/CampaignService.rb', line 314

def out
  @out
end