Class: YSM::AdGroupService::GetAdGroupExcludedWordsCountResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetAdGroupExcludedWordsCountResponse

Returns a new instance of GetAdGroupExcludedWordsCountResponse.



625
626
627
# File 'lib/ysm4r/v1/AdGroupService.rb', line 625

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



623
624
625
# File 'lib/ysm4r/v1/AdGroupService.rb', line 623

def out
  @out
end