Class: AdWords::V200909::AdExtensionOverrideService::LocationExtension

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

Overview

LocationExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • address - AdWords::V200909::AdExtensionOverrideService::Address

  • geoPoint - AdWords::V200909::AdExtensionOverrideService::GeoPoint

  • encodedLocation - SOAP::SOAPBase64

  • companyName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

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



753
754
755
756
757
758
759
760
761
762
763
764
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 753

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.



744
745
746
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 744

def address
  @address
end

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



743
744
745
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 743

def adExtension_Type
  @adExtension_Type
end

#companyNameObject

Returns the value of attribute companyName.



747
748
749
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 747

def companyName
  @companyName
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



746
747
748
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 746

def encodedLocation
  @encodedLocation
end

#geoPointObject

Returns the value of attribute geoPoint.



745
746
747
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 745

def geoPoint
  @geoPoint
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



750
751
752
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 750

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



742
743
744
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 742

def id
  @id
end

#imageMediaIdObject

Returns the value of attribute imageMediaId.



751
752
753
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 751

def imageMediaId
  @imageMediaId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



748
749
750
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 748

def phoneNumber
  @phoneNumber
end

#sourceObject

Returns the value of attribute source.



749
750
751
# File 'lib/adwords4r/v200909/AdExtensionOverrideService.rb', line 749

def source
  @source
end