Class: AdWords::V201008::TargetingIdeaService::RelatedToUrlSearchParameter

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



1652
1653
1654
1655
1656
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1652

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.



1650
1651
1652
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1650

def includeSubUrls
  @includeSubUrls
end

#searchParameter_TypeObject

Returns the value of attribute searchParameter_Type.



1648
1649
1650
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1648

def searchParameter_Type
  @searchParameter_Type
end

#urlsObject

Returns the value of attribute urls.



1649
1650
1651
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 1649

def urls
  @urls
end