Class: YSM::CampaignService::GetCampaignKeywordCountResponse
- Inherits:
-
Object
- Object
- YSM::CampaignService::GetCampaignKeywordCountResponse
- Defined in:
- lib/ysm4r/v1/CampaignService.rb,
lib/ysm4r/v2/CampaignService.rb
Overview
http://marketing.ews.yahooapis.com/V2getCampaignKeywordCountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCampaignKeywordCountResponse
constructor
A new instance of GetCampaignKeywordCountResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCampaignKeywordCountResponse
Returns a new instance of GetCampaignKeywordCountResponse.
374 375 376 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 374 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
372 373 374 |
# File 'lib/ysm4r/v1/CampaignService.rb', line 372 def out @out end |