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.



1559
1560
1561
1562
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1559

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

Instance Attribute Details

#levelsObject

Returns the value of attribute levels.



1557
1558
1559
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1557

def levels
  @levels
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1556
1557
1558
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1556

def searchParameter_Type
  @searchParameter_Type
end