Class: AdWords::V200909::TargetingIdeaService::ExcludedKeywordSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V200909::TargetingIdeaService::ExcludedKeywordSearchParameter
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
ExcludedKeywordSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
keywords - AdWords::V200909::TargetingIdeaService::Keyword
Instance Attribute Summary collapse
-
#keywords ⇒ Object
Returns the value of attribute keywords.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, keywords = []) ⇒ ExcludedKeywordSearchParameter
constructor
A new instance of ExcludedKeywordSearchParameter.
Constructor Details
#initialize(searchParameter_Type = nil, keywords = []) ⇒ ExcludedKeywordSearchParameter
Returns a new instance of ExcludedKeywordSearchParameter.
1446 1447 1448 1449 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1446 def initialize(searchParameter_Type = nil, keywords = []) @searchParameter_Type = searchParameter_Type @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
1444 1445 1446 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1444 def keywords @keywords end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1443 1444 1445 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1443 def searchParameter_Type @searchParameter_Type end |