Class: YSM::CampaignService::UpdateCampaignsResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::UpdateCampaignsResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateCampaignsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ UpdateCampaignsResponse
constructor
A new instance of UpdateCampaignsResponse.
Constructor Details
#initialize(out = nil) ⇒ UpdateCampaignsResponse
Returns a new instance of UpdateCampaignsResponse.
430 431 432 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 430 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
428 429 430 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 428 def out @out end |