Class: YSM::CampaignService::GetStatusForCampaignResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::GetStatusForCampaignResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2getStatusForCampaignResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetStatusForCampaignResponse
constructor
A new instance of GetStatusForCampaignResponse.
Constructor Details
#initialize(out = nil) ⇒ GetStatusForCampaignResponse
Returns a new instance of GetStatusForCampaignResponse.
448 449 450 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 448 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
446 447 448 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 446 def out @out end |