Class: AdWords::V200909::TargetingIdeaService::KeywordCategoryIdSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V200909::TargetingIdeaService::KeywordCategoryIdSearchParameter
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
KeywordCategoryIdSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
categoryId - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#categoryId ⇒ Object
Returns the value of attribute categoryId.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, categoryId = nil) ⇒ KeywordCategoryIdSearchParameter
constructor
A new instance of KeywordCategoryIdSearchParameter.
Constructor Details
#initialize(searchParameter_Type = nil, categoryId = nil) ⇒ KeywordCategoryIdSearchParameter
Returns a new instance of KeywordCategoryIdSearchParameter.
1303 1304 1305 1306 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1303 def initialize(searchParameter_Type = nil, categoryId = nil) @searchParameter_Type = searchParameter_Type @categoryId = categoryId end |
Instance Attribute Details
#categoryId ⇒ Object
Returns the value of attribute categoryId.
1301 1302 1303 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1301 def categoryId @categoryId end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1300 1301 1302 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1300 def searchParameter_Type @searchParameter_Type end |