Class: AdWords::V201003::AdExtensionOverrideService::LocationExtension

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

Overview

LocationExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • address - AdWords::V201003::AdExtensionOverrideService::Address

  • geoPoint - AdWords::V201003::AdExtensionOverrideService::GeoPoint

  • encodedLocation - SOAP::SOAPBase64

  • companyName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

  • source - AdWords::V201003::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.



873
874
875
876
877
878
879
880
881
882
883
884
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 873

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.



864
865
866
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 864

def address
  @address
end

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



863
864
865
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 863

def adExtension_Type
  @adExtension_Type
end

#companyNameObject

Returns the value of attribute companyName.



867
868
869
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 867

def companyName
  @companyName
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



866
867
868
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 866

def encodedLocation
  @encodedLocation
end

#geoPointObject

Returns the value of attribute geoPoint.



865
866
867
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 865

def geoPoint
  @geoPoint
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



870
871
872
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 870

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



862
863
864
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 862

def id
  @id
end

#imageMediaIdObject

Returns the value of attribute imageMediaId.



871
872
873
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 871

def imageMediaId
  @imageMediaId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



868
869
870
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 868

def phoneNumber
  @phoneNumber
end

#sourceObject

Returns the value of attribute source.



869
870
871
# File 'lib/adwords4r/v201003/AdExtensionOverrideService.rb', line 869

def source
  @source
end