Class: YSM::AdGroupService::GetAdGroupsByCampaignIDByStatusResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::GetAdGroupsByCampaignIDByStatusResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAdGroupsByCampaignIDByStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAdGroupsByCampaignIDByStatusResponse
constructor
A new instance of GetAdGroupsByCampaignIDByStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAdGroupsByCampaignIDByStatusResponse
Returns a new instance of GetAdGroupsByCampaignIDByStatusResponse.
355 356 357 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 355 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
353 354 355 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 353 def out @out end |