Class: AdWords::V201008::TargetingIdeaService::CompetitionSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201008::TargetingIdeaService::CompetitionSearchParameter
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
CompetitionSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
levels - AdWords::V201008::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.
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
#levels ⇒ Object
Returns the value of attribute levels.
1557 1558 1559 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1557 def levels @levels end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1556 1557 1558 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1556 def searchParameter_Type @searchParameter_Type end |