Class: YSM::AdGroupService::GetAdGroupAdCountResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb

Overview

http://marketing.ews.yahooapis.com/V2getAdGroupAdCountResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



567
568
569
# File 'lib/ysm4r/v1/AdGroupService.rb', line 567

def out
  @out
end