Class: AdWords::V201003::BulkMutateJobService::LocationExtension

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

Overview

LocationExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • address - AdWords::V201003::BulkMutateJobService::Address

  • geoPoint - AdWords::V201003::BulkMutateJobService::GeoPoint

  • encodedLocation - SOAP::SOAPBase64

  • companyName - SOAP::SOAPString

  • phoneNumber - SOAP::SOAPString

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



476
477
478
479
480
481
482
483
484
485
486
487
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 476

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.



467
468
469
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 467

def address
  @address
end

#adExtension_TypeObject

Returns the value of attribute adExtension_Type.



466
467
468
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 466

def adExtension_Type
  @adExtension_Type
end

#companyNameObject

Returns the value of attribute companyName.



470
471
472
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 470

def companyName
  @companyName
end

#encodedLocationObject

Returns the value of attribute encodedLocation.



469
470
471
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 469

def encodedLocation
  @encodedLocation
end

#geoPointObject

Returns the value of attribute geoPoint.



468
469
470
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 468

def geoPoint
  @geoPoint
end

#iconMediaIdObject

Returns the value of attribute iconMediaId.



473
474
475
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 473

def iconMediaId
  @iconMediaId
end

#idObject

Returns the value of attribute id.



465
466
467
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 465

def id
  @id
end

#imageMediaIdObject

Returns the value of attribute imageMediaId.



474
475
476
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 474

def imageMediaId
  @imageMediaId
end

#phoneNumberObject

Returns the value of attribute phoneNumber.



471
472
473
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 471

def phoneNumber
  @phoneNumber
end

#sourceObject

Returns the value of attribute source.



472
473
474
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 472

def source
  @source
end