Class: YSM::CampaignService::UpdateStatusForCampaignResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ UpdateStatusForCampaignResponse

Returns a new instance of UpdateStatusForCampaignResponse.



336
337
338
# File 'lib/ysm4r/v1/CampaignService.rb', line 336

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



334
335
336
# File 'lib/ysm4r/v1/CampaignService.rb', line 334

def out
  @out
end