Class: YSM::AdGroupService::GetAdGroupAdCountResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::GetAdGroupAdCountResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAdGroupAdCountResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAdGroupAdCountResponse
constructor
A new instance of GetAdGroupAdCountResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAdGroupAdCountResponse
Returns a new instance of GetAdGroupAdCountResponse.
569 570 571 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 569 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
567 568 569 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 567 def out @out end |