Class: AdWords::V200909::TargetingIdeaService::CompetitionSearchParameter

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

Overview

CompetitionSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • levels - AdWords::V200909::TargetingIdeaService::CompetitionSearchParameterLevel

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CompetitionSearchParameter.



1280
1281
1282
1283
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1280

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

Instance Attribute Details

#levelsObject

Returns the value of attribute levels.



1278
1279
1280
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1278

def levels
  @levels
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1277
1278
1279
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1277

def searchParameter_Type
  @searchParameter_Type
end