Class: AdWords::V201008::TargetingIdeaService::IdeaTextMatchesSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201008::TargetingIdeaService::IdeaTextMatchesSearchParameter
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
IdeaTextMatchesSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
included - SOAP::SOAPString
-
excluded - SOAP::SOAPString
-
priorityAction - AdWords::V201008::TargetingIdeaService::MatchAction
Instance Attribute Summary collapse
-
#excluded ⇒ Object
Returns the value of attribute excluded.
-
#included ⇒ Object
Returns the value of attribute included.
-
#priorityAction ⇒ Object
Returns the value of attribute priorityAction.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, included = [], excluded = [], priorityAction = nil) ⇒ IdeaTextMatchesSearchParameter
constructor
A new instance of IdeaTextMatchesSearchParameter.
Constructor Details
#initialize(searchParameter_Type = nil, included = [], excluded = [], priorityAction = nil) ⇒ IdeaTextMatchesSearchParameter
Returns a new instance of IdeaTextMatchesSearchParameter.
1576 1577 1578 1579 1580 1581 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1576 def initialize(searchParameter_Type = nil, included = [], excluded = [], priorityAction = nil) @searchParameter_Type = searchParameter_Type @included = included @excluded = excluded @priorityAction = priorityAction end |
Instance Attribute Details
#excluded ⇒ Object
Returns the value of attribute excluded.
1573 1574 1575 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1573 def excluded @excluded end |
#included ⇒ Object
Returns the value of attribute included.
1572 1573 1574 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1572 def included @included end |
#priorityAction ⇒ Object
Returns the value of attribute priorityAction.
1574 1575 1576 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1574 def priorityAction @priorityAction end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1571 1572 1573 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1571 def searchParameter_Type @searchParameter_Type end |