Class: AdWords::V201003::TargetingIdeaService::RelatedToUrlSearchParameter

Inherits:
SearchParameter
  • Object
show all
Defined in:
lib/adwords4r/v201003/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.



1566
1567
1568
1569
1570
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1566

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.



1564
1565
1566
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1564

def includeSubUrls
  @includeSubUrls
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1562
1563
1564
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1562

def searchParameter_Type
  @searchParameter_Type
end

#urlsObject

Returns the value of attribute urls.



1563
1564
1565
# File 'lib/adwords4r/v201003/TargetingIdeaService.rb', line 1563

def urls
  @urls
end