Class: AdWords::V201003::BulkMutateJobService::LocationExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201003::BulkMutateJobService::LocationExtension
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
-
#companyName ⇒ Object
Returns the value of attribute companyName.
-
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
-
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
-
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#imageMediaId ⇒ Object
Returns the value of attribute imageMediaId.
-
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Method Summary collapse
-
#initialize(id = nil, adExtension_Type = nil, address = nil, geoPoint = nil, encodedLocation = nil, companyName = nil, phoneNumber = nil, source = nil, iconMediaId = nil, imageMediaId = nil) ⇒ LocationExtension
constructor
A new instance of LocationExtension.
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
#address ⇒ Object
Returns the value of attribute address.
467 468 469 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 467 def address @address end |
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
466 467 468 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 466 def adExtension_Type @adExtension_Type end |
#companyName ⇒ Object
Returns the value of attribute companyName.
470 471 472 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 470 def companyName @companyName end |
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
469 470 471 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 469 def encodedLocation @encodedLocation end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
468 469 470 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 468 def geoPoint @geoPoint end |
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
473 474 475 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 473 def iconMediaId @iconMediaId end |
#id ⇒ Object
Returns the value of attribute id.
465 466 467 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 465 def id @id end |
#imageMediaId ⇒ Object
Returns the value of attribute imageMediaId.
474 475 476 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 474 def imageMediaId @imageMediaId end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
471 472 473 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 471 def phoneNumber @phoneNumber end |
#source ⇒ Object
Returns the value of attribute source.
472 473 474 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 472 def source @source end |