Class: YSM::CampaignService::DeleteGeographicLocationFromCampaignResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::DeleteGeographicLocationFromCampaignResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteGeographicLocationFromCampaignResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ DeleteGeographicLocationFromCampaignResponse
constructor
A new instance of DeleteGeographicLocationFromCampaignResponse.
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
#out ⇒ Object
Returns the value of attribute out.
390 391 392 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 390 def out @out end |