Class: AdWords::V200909::TargetingIdeaService::KeywordCategoryIdSearchParameter

Inherits:
SearchParameter
  • Object
show all
Defined in:
lib/adwords4r/v200909/TargetingIdeaService.rb

Overview

KeywordCategoryIdSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • categoryId - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#categoryIdObject

Returns the value of attribute categoryId.



1301
1302
1303
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1301

def categoryId
  @categoryId
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1300
1301
1302
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1300

def searchParameter_Type
  @searchParameter_Type
end