Class: YSM::KeywordService::GetKeywordsByAdGroupIDByStatusResponse
- Inherits:
-
Object
- Object
- YSM::KeywordService::GetKeywordsByAdGroupIDByStatusResponse
- Defined in:
- lib/ysm4r/v1/KeywordService.rb,
lib/ysm4r/v2/KeywordService.rb
Overview
http://marketing.ews.yahooapis.com/V2getKeywordsByAdGroupIDByStatusResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetKeywordsByAdGroupIDByStatusResponse
constructor
A new instance of GetKeywordsByAdGroupIDByStatusResponse.
Constructor Details
#initialize(out = nil) ⇒ GetKeywordsByAdGroupIDByStatusResponse
Returns a new instance of GetKeywordsByAdGroupIDByStatusResponse.
627 628 629 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 627 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
625 626 627 |
# File 'lib/ysm4r/v1/KeywordService.rb', line 625 def out @out end |