Class: AdWords::V201003::TargetingIdeaService::RelatedToKeywordSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201003::TargetingIdeaService::RelatedToKeywordSearchParameter
- Defined in:
- lib/adwords4r/v201003/TargetingIdeaService.rb
Overview
RelatedToKeywordSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
keywords - AdWords::V201003::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 = []) ⇒ RelatedToKeywordSearchParameter
constructor
A new instance of RelatedToKeywordSearchParameter.
Constructor Details
#initialize(searchParameter_Type = nil, keywords = []) ⇒ RelatedToKeywordSearchParameter
Returns a new instance of RelatedToKeywordSearchParameter.
1684 1685 1686 1687 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1684 def initialize(searchParameter_Type = nil, keywords = []) @searchParameter_Type = searchParameter_Type @keywords = keywords end |
Instance Attribute Details
#keywords ⇒ Object
Returns the value of attribute keywords.
1682 1683 1684 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1682 def keywords @keywords end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1681 1682 1683 |
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1681 def searchParameter_Type @searchParameter_Type end |