Class: YSM::CampaignService::GetGeographicLocationForCampaignResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::GetGeographicLocationForCampaignResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2getGeographicLocationForCampaignResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetGeographicLocationForCampaignResponse
constructor
A new instance of GetGeographicLocationForCampaignResponse.
Constructor Details
#initialize(out = nil) ⇒ GetGeographicLocationForCampaignResponse
Returns a new instance of GetGeographicLocationForCampaignResponse.
602 603 604 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 602 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
600 601 602 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 600 def out @out end |