Class: AdWords::V201008::AdExtensionOverrideService::LocationExtension

Inherits:
AdExtension
  • Object
show all
Defined in:
lib/adwords4r/v201008/AdExtensionOverrideService.rb

Overview

LocationExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • address - AdWords::V201008::AdExtensionOverrideService::Address

  • geoPoint - AdWords::V201008::AdExtensionOverrideService::GeoPoint

  • encodedLocation - SOAP::SOAPBase64

  • companyName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

  • source - AdWords::V201008::AdExtensionOverrideService::LocationExtensionSource

  • iconMediaId - SOAP::SOAPLong

  • imageMediaId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, adExtension_Type = nil, address = nil, geoPoint = nil, encodedLocation = nil, companyName = nil, phoneNumber = nil, source = nil, iconMediaId = nil, imageMediaId = nil) ⇒ LocationExtension

Returns a new instance of LocationExtension.



927
928
929
930
931
932
933
934
935
936
937
938
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 927

def initialize(id = nil, adExtension_Type = nil, address = nil, geoPoint = nil, encodedLocation = nil, companyName = nil, phoneNumber = nil, source = nil, iconMediaId = nil, imageMediaId = nil)
  @id = id
  @adExtension_Type = adExtension_Type
  @address = address
  @geoPoint = geoPoint
  @encodedLocation = encodedLocation
  @companyName = companyName
  @phoneNumber = phoneNumber
  @source = source
  @iconMediaId = iconMediaId
  @imageMediaId = imageMediaId
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



918
919
920
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 918

def address
  @address
end

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



917
918
919
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 917

def adExtension_Type
  @adExtension_Type
end

#companyNameObject

Returns the value of attribute companyName.



921
922
923
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 921

def companyName
  @companyName
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



920
921
922
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 920

def encodedLocation
  @encodedLocation
end

#geoPointObject

Returns the value of attribute geoPoint.



919
920
921
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 919

def geoPoint
  @geoPoint
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



924
925
926
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 924

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



916
917
918
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 916

def id
  @id
end

#imageMediaIdObject

Returns the value of attribute imageMediaId.



925
926
927
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 925

def imageMediaId
  @imageMediaId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



922
923
924
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 922

def phoneNumber
  @phoneNumber
end

#sourceObject

Returns the value of attribute source.



923
924
925
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 923

def source
  @source
end