Class: AdWords::V201003::TargetingIdeaService::CompetitionSearchParameter

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

Overview

CompetitionSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • levels - AdWords::V201003::TargetingIdeaService::CompetitionSearchParameterLevel

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CompetitionSearchParameter.



1473
1474
1475
1476
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1473

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

Instance Attribute Details

#levelsObject

Returns the value of attribute levels.



1471
1472
1473
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1471

def levels
  @levels
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1470
1471
1472
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1470

def searchParameter_Type
  @searchParameter_Type
end