Class: YSM::CampaignService::DeleteGeographicLocationFromCampaignResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ DeleteGeographicLocationFromCampaignResponse

Returns a new instance of DeleteGeographicLocationFromCampaignResponse.



392
393
394
# File 'lib/ysm4r/v1/CampaignService.rb', line 392

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



390
391
392
# File 'lib/ysm4r/v1/CampaignService.rb', line 390

def out
  @out
end