Class: YSM::CampaignService::AddCampaignResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::AddCampaignResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2addCampaignResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ AddCampaignResponse
constructor
A new instance of AddCampaignResponse.
Constructor Details
#initialize(out = nil) ⇒ AddCampaignResponse
Returns a new instance of AddCampaignResponse.
258 259 260 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 258 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
256 257 258 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 256 def out @out end |