Class: YSM::AdGroupService::UpdateStatusForAdGroupsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ UpdateStatusForAdGroupsResponse

Returns a new instance of UpdateStatusForAdGroupsResponse.



239
240
241
# File 'lib/ysm4r/v1/AdGroupService.rb', line 239

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



237
238
239
# File 'lib/ysm4r/v1/AdGroupService.rb', line 237

def out
  @out
end