StoreLocatorExtension

  • id - SOAP::SOAPLong
  • adExtension_Type - SOAP::SOAPString
  • localSearchClusterId - SOAP::SOAPLong
Methods
N
Attributes
[RW] id
[RW] adExtension_Type
[RW] localSearchClusterId
Class Public methods
new(id = nil, adExtension_Type = nil, localSearchClusterId = nil)
# File lib/adwords4r/v200906/AdGroupAdService.rb, line 328
  def initialize(id = nil, adExtension_Type = nil, localSearchClusterId = nil)
    @id = id
    @adExtension_Type = adExtension_Type
    @localSearchClusterId = localSearchClusterId
  end