Business

  • address - SOAP::SOAPString
  • city - SOAP::SOAPString
  • countryCode - SOAP::SOAPString
  • key - SOAP::SOAPString
  • latitude - SOAP::SOAPString
  • longitude - SOAP::SOAPString
  • name - SOAP::SOAPString
  • phoneNumber - SOAP::SOAPString
  • postalCode - SOAP::SOAPString
  • region - SOAP::SOAPString
  • timestamp - SOAP::SOAPLong
Methods
N
Attributes
[RW] address
[RW] city
[RW] countryCode
[RW] key
[RW] latitude
[RW] longitude
[RW] name
[RW] phoneNumber
[RW] postalCode
[RW] region
[RW] timestamp
Class Public methods
new(address = nil, city = nil, countryCode = nil, key = nil, latitude = nil, longitude = nil, name = nil, phoneNumber = nil, postalCode = nil, region = nil, timestamp = nil)
# File lib/adwords4r/v13/AdService.rb, line 459
  def initialize(address = nil, city = nil, countryCode = nil, key = nil, latitude = nil, longitude = nil, name = nil, phoneNumber = nil, postalCode = nil, region = nil, timestamp = nil)
    @address = address
    @city = city
    @countryCode = countryCode
    @key = key
    @latitude = latitude
    @longitude = longitude
    @name = name
    @phoneNumber = phoneNumber
    @postalCode = postalCode
    @region = region
    @timestamp = timestamp
  end