Class: AdWords::V201003::TargetingIdeaService::GlobalMonthlySearchesSearchParameter

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

Overview

GlobalMonthlySearchesSearchParameter

  • 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) ⇒ GlobalMonthlySearchesSearchParameter

Returns a new instance of GlobalMonthlySearchesSearchParameter.



1632
1633
1634
1635
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1632

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

Instance Attribute Details

#operationObject

Returns the value of attribute operation.



1630
1631
1632
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1630

def operation
  @operation
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1629
1630
1631
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1629

def searchParameter_Type
  @searchParameter_Type
end