Class: YSM::AdService::GetAdsByAdGroupIDByEditorialStatusResponse
- Inherits:
-
Object
- Object
- YSM::AdService::GetAdsByAdGroupIDByEditorialStatusResponse
- Defined in:
- lib/ysm4r/v1/AdService.rb,
lib/ysm4r/v2/AdService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAdsByAdGroupIDByEditorialStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetAdsByAdGroupIDByEditorialStatusResponse
constructor
A new instance of GetAdsByAdGroupIDByEditorialStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetAdsByAdGroupIDByEditorialStatusResponse
Returns a new instance of GetAdsByAdGroupIDByEditorialStatusResponse.
281 282 283 |
# File 'lib/ysm4r/v1/AdService.rb', line 281 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
279 280 281 |
# File 'lib/ysm4r/v1/AdService.rb', line 279 def out @out end |