Class: AdWords::V200909::TargetingIdeaService::NgramGroupsSearchParameter

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

Overview

NgramGroupsSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • ngramGroups - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, ngramGroups = []) ⇒ NgramGroupsSearchParameter

Returns a new instance of NgramGroupsSearchParameter.



1339
1340
1341
1342
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1339

def initialize(searchParameter_Type = nil, ngramGroups = [])
  @searchParameter_Type = searchParameter_Type
  @ngramGroups = ngramGroups
end

Instance Attribute Details

#ngramGroupsObject

Returns the value of attribute ngramGroups.



1337
1338
1339
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1337

def ngramGroups
  @ngramGroups
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1336
1337
1338
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1336

def searchParameter_Type
  @searchParameter_Type
end