Class: YSM::CampaignService::SetGeographicLocationForCampaignResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ SetGeographicLocationForCampaignResponse

Returns a new instance of SetGeographicLocationForCampaignResponse.



546
547
548
# File 'lib/ysm4r/v1/CampaignService.rb', line 546

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



544
545
546
# File 'lib/ysm4r/v1/CampaignService.rb', line 544

def out
  @out
end