Class: AdwordsApi::V201003::TargetingIdeaService::AdTypeSearchParameter

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

Overview

AdTypeSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • adTypes - AdwordsApi::V201003::TargetingIdeaService::SiteConstantsAdType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, adTypes = []) ⇒ AdTypeSearchParameter

Returns a new instance of AdTypeSearchParameter.



1678
1679
1680
1681
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1678

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

Instance Attribute Details

#adTypesObject

Returns the value of attribute adTypes.



1676
1677
1678
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1676

def adTypes
  @adTypes
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1675
1676
1677
# File 'lib/adwords_api/v201003/TargetingIdeaService.rb', line 1675

def searchParameter_Type
  @searchParameter_Type
end