Class: YSM::AdGroupService::UpdateStatusForAdGroupResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ UpdateStatusForAdGroupResponse

Returns a new instance of UpdateStatusForAdGroupResponse.



549
550
551
# File 'lib/ysm4r/v1/AdGroupService.rb', line 549

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



547
548
549
# File 'lib/ysm4r/v1/AdGroupService.rb', line 547

def out
  @out
end