Class: AdWords::V201003::TargetingIdeaService::AverageTargetedMonthlySearchesSearchParameter

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

Overview

AverageTargetedMonthlySearchesSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • operation - AdWords::V201003::TargetingIdeaService::LongComparisonOperation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, operation = nil) ⇒ AverageTargetedMonthlySearchesSearchParameter

Returns a new instance of AverageTargetedMonthlySearchesSearchParameter.



1619
1620
1621
1622
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1619

def initialize(searchParameter_Type = nil, operation = nil)
  @searchParameter_Type = searchParameter_Type
  @operation = operation
end

Instance Attribute Details

#operationObject

Returns the value of attribute operation.



1617
1618
1619
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1617

def operation
  @operation
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1616
1617
1618
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1616

def searchParameter_Type
  @searchParameter_Type
end