Class: AdwordsApi::V200909::TargetingIdeaService::PlacementTypeSearchParameter

Inherits:
SearchParameter
  • Object
show all
Defined in:
lib/adwords_api/v200909/TargetingIdeaService.rb

Overview

PlacementTypeSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • placementTypes - AdwordsApi::V200909::TargetingIdeaService::SiteConstantsPlacementType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, placementTypes = []) ⇒ PlacementTypeSearchParameter

Returns a new instance of PlacementTypeSearchParameter.



1622
1623
1624
1625
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1622

def initialize(searchParameter_Type = nil, placementTypes = [])
  @searchParameter_Type = searchParameter_Type
  @placementTypes = placementTypes
end

Instance Attribute Details

#placementTypesObject

Returns the value of attribute placementTypes.



1620
1621
1622
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1620

def placementTypes
  @placementTypes
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1619
1620
1621
# File 'lib/adwords_api/v200909/TargetingIdeaService.rb', line 1619

def searchParameter_Type
  @searchParameter_Type
end