Class: YSM::CampaignService::GetCampaignResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::GetCampaignResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCampaignResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCampaignResponse
constructor
A new instance of GetCampaignResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCampaignResponse
Returns a new instance of GetCampaignResponse.
410 411 412 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 410 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
408 409 410 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 408 def out @out end |