Class: AdWords::V200909::TargetingIdeaService::RelatedToUrlSearchParameter

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

Overview

RelatedToUrlSearchParameter

  • searchParameter_Type - SOAP::SOAPString

  • urls - SOAP::SOAPString

  • includeSubUrls - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchParameter_Type = nil, urls = [], includeSubUrls = nil) ⇒ RelatedToUrlSearchParameter

Returns a new instance of RelatedToUrlSearchParameter.



1367
1368
1369
1370
1371
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1367

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

Instance Attribute Details

#includeSubUrlsObject

Returns the value of attribute includeSubUrls.



1365
1366
1367
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1365

def includeSubUrls
  @includeSubUrls
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1363
1364
1365
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1363

def searchParameter_Type
  @searchParameter_Type
end

#urlsObject

Returns the value of attribute urls.



1364
1365
1366
# File 'lib/adwords4r/v200909/TargetingIdeaService.rb', line 1364

def urls
  @urls
end