Class: AdWords::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter
- Inherits:
-
SearchParameter
- Object
- SearchParameter
- AdWords::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
GlobalMonthlySearchesSearchParameter
-
searchParameter_Type - SOAP::SOAPString
-
operation - AdWords::V201008::TargetingIdeaService::LongComparisonOperation
Instance Attribute Summary collapse
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
Instance Method Summary collapse
-
#initialize(searchParameter_Type = nil, operation = nil) ⇒ GlobalMonthlySearchesSearchParameter
constructor
A new instance of GlobalMonthlySearchesSearchParameter.
Constructor Details
#initialize(searchParameter_Type = nil, operation = nil) ⇒ GlobalMonthlySearchesSearchParameter
Returns a new instance of GlobalMonthlySearchesSearchParameter.
1718 1719 1720 1721 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1718 def initialize(searchParameter_Type = nil, operation = nil) @searchParameter_Type = searchParameter_Type @operation = operation end |
Instance Attribute Details
#operation ⇒ Object
Returns the value of attribute operation.
1716 1717 1718 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1716 def operation @operation end |
#searchParameter_Type ⇒ Object
Returns the value of attribute searchParameter_Type.
1715 1716 1717 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1715 def searchParameter_Type @searchParameter_Type end |