Class: YSM::CampaignService::GetCampaignsResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::GetCampaignsResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCampaignsResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCampaignsResponse
constructor
A new instance of GetCampaignsResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCampaignsResponse
Returns a new instance of GetCampaignsResponse.
526 527 528 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 526 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
524 525 526 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 524 def out @out end |