Class: AdWords::V201008::TargetingIdeaService::CompetitionSearchParameter

Inherits:
SearchParameter
  • Object
show all
Defined in:
lib/adwords4r/v201008/TargetingIdeaService.rb

Overview

CompetitionSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • levels - AdWords::V201008::TargetingIdeaService::CompetitionSearchParameterLevel

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, levels = []) ⇒ CompetitionSearchParameter

Returns a new instance of CompetitionSearchParameter.



1578
1579
1580
1581
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1578

def initialize(searchParameter_Type = nil, levels = [])
  @searchParameter_Type = searchParameter_Type
  @levels = levels
end

Instance Attribute Details

#levelsObject

Returns the value of attribute levels.



1576
1577
1578
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1576

def levels
  @levels
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



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

def searchParameter_Type
  @searchParameter_Type
end