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