Class: AdWords::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
ExcludedKeywordSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
keywords - AdWords::V201008::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
1776 1777 1778 1779 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1776 def initialize(searchParameter_Type = nil, keywords = []) @searchParameter_Type = searchParameter_Type @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
1774 1775 1776 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1774 def keywords @keywords end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1773 1774 1775 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1773 def searchParameter_Type @searchParameter_Type end |