Class: AdWords::V200909::TargetingIdeaService::NgramGroupsSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V200909::TargetingIdeaService::NgramGroupsSearchParameter
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
NgramGroupsSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
ngramGroups - SOAP::SOAPString
Instance Attribute Summary collapse
-
#ngramGroups ⇒ Object
Returns the value of attribute ngramGroups.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, ngramGroups = []) ⇒ NgramGroupsSearchParameter
constructor
A new instance of NgramGroupsSearchParameter.
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
#ngramGroups ⇒ Object
Returns the value of attribute ngramGroups.
1337 1338 1339 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1337 def ngramGroups @ngramGroups end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1336 1337 1338 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1336 def searchParameter_Type @searchParameter_Type end |