Class: AdWords::V201008::TargetingIdeaService::IdeaTextMatchesSearchParameter

Inherits:
SearchParameter
  • Object
show all
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

Instance Method Summary collapse

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

#excludedObject

Returns the value of attribute excluded.



1573
1574
1575
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1573

def excluded
  @excluded
end

#includedObject

Returns the value of attribute included.



1572
1573
1574
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1572

def included
  @included
end

#priorityActionObject

Returns the value of attribute priorityAction.



1574
1575
1576
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1574

def priorityAction
  @priorityAction
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1571
1572
1573
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1571

def searchParameter_Type
  @searchParameter_Type
end