Class: YSM::AdGroupService::GetAdGroupsResponse

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetAdGroupsResponse

Returns a new instance of GetAdGroupsResponse.



451
452
453
# File 'lib/ysm4r/v1/AdGroupService.rb', line 451

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



449
450
451
# File 'lib/ysm4r/v1/AdGroupService.rb', line 449

def out
  @out
end