Class: YSM::AdGroupService::GetStatusForAdGroupResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetStatusForAdGroupResponse

Returns a new instance of GetStatusForAdGroupResponse.



469
470
471
# File 'lib/ysm4r/v1/AdGroupService.rb', line 469

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



467
468
469
# File 'lib/ysm4r/v1/AdGroupService.rb', line 467

def out
  @out
end