Class: YSM::AdGroupService::UpdateStatusForAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::UpdateStatusForAdGroupResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2updateStatusForAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ UpdateStatusForAdGroupResponse
constructor
A new instance of UpdateStatusForAdGroupResponse.
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
#out ⇒ Object
Returns the value of attribute out.
547 548 549 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 547 def out @out end |