Class: YSM::AdGroupService::DeleteAdGroupResponse
- Inherits:
-
Object
- Object
- YSM::AdGroupService::DeleteAdGroupResponse
- Defined in:
- lib/ysm4r/v1/AdGroupService.rb,
lib/ysm4r/v2/AdGroupService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteAdGroupResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ DeleteAdGroupResponse
constructor
A new instance of DeleteAdGroupResponse.
Constructor Details
#initialize(out = nil) ⇒ DeleteAdGroupResponse
Returns a new instance of DeleteAdGroupResponse.
587 588 589 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 587 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
585 586 587 |
# File 'lib/ysm4r/v1/AdGroupService.rb', line 585 def out @out end |