Class: AdWords::V200909::TargetingIdeaService::CompetitionSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V200909::TargetingIdeaService::CompetitionSearchParameter
- Defined in:
- lib/adwords4r/v200909/TargetingIdeaService.rb
Overview
CompetitionSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
levels - AdWords::V200909::TargetingIdeaService::CompetitionSearchParameterLevel
Instance Attribute Summary collapse
-
#levels ⇒ Object
Returns the value of attribute levels.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, levels = []) ⇒ CompetitionSearchParameter
constructor
A new instance of CompetitionSearchParameter.
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
#levels ⇒ Object
Returns the value of attribute levels.
1278 1279 1280 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1278 def levels @levels end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1277 1278 1279 |
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1277 def searchParameter_Type @searchParameter_Type end |