Class: AdWords::V200909::BulkMutateJobService::LocationExtension

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

Overview

LocationExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • address - AdWords::V200909::BulkMutateJobService::Address

  • geoPoint - AdWords::V200909::BulkMutateJobService::GeoPoint

  • encodedLocation - SOAP::SOAPBase64

  • companyName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

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



353
354
355
356
357
358
359
360
361
362
363
364
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 353

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.



344
345
346
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 344

def address
  @address
end

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



343
344
345
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 343

def adExtension_Type
  @adExtension_Type
end

#companyNameObject

Returns the value of attribute companyName.



347
348
349
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 347

def companyName
  @companyName
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



346
347
348
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 346

def encodedLocation
  @encodedLocation
end

#geoPointObject

Returns the value of attribute geoPoint.



345
346
347
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 345

def geoPoint
  @geoPoint
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



350
351
352
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 350

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



342
343
344
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 342

def id
  @id
end

#imageMediaIdObject

Returns the value of attribute imageMediaId.



351
352
353
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 351

def imageMediaId
  @imageMediaId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



348
349
350
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 348

def phoneNumber
  @phoneNumber
end

#sourceObject

Returns the value of attribute source.



349
350
351
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 349

def source
  @source
end