Class: YSM::AdGroupService::GetAdGroupKeywordCountResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetAdGroupKeywordCountResponse

Returns a new instance of GetAdGroupKeywordCountResponse.



375
376
377
# File 'lib/ysm4r/v1/AdGroupService.rb', line 375

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



373
374
375
# File 'lib/ysm4r/v1/AdGroupService.rb', line 373

def out
  @out
end