Class: AdWords::V200909::TargetingIdeaService::GetBulkKeywordIdeasResponse
- Inherits:
-
Object
- Object
- AdWords::V200909::TargetingIdeaService::GetBulkKeywordIdeasResponse
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
getBulkKeywordIdeasResponse
-
rval - AdWords::V200909::TargetingIdeaService::TargetingIdeaPage
Instance Attribute Summary collapse
-
#rval ⇒ Object
:nodoc: all.
Instance Method Summary collapse
-
#initialize(rval = nil) ⇒ GetBulkKeywordIdeasResponse
constructor
A new instance of GetBulkKeywordIdeasResponse.
Constructor Details
#initialize(rval = nil) ⇒ GetBulkKeywordIdeasResponse
Returns a new instance of GetBulkKeywordIdeasResponse.
2242 2243 2244 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 2242 def initialize(rval = nil) @rval = rval end |
Instance Attribute Details
#rval ⇒ Object
:nodoc: all
2240 2241 2242 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 2240 def rval @rval end |