Class: AdWords::V201008::CampaignAdExtensionService::LocationExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201008::CampaignAdExtensionService::LocationExtension
- Defined in:
- lib/adwords4r/v201008/CampaignAdExtensionService.rb
Overview
LocationExtension
-
id - SOAP::SOAPLong
-
adExtension_Type - SOAP::SOAPString
-
address - AdWords::V201008::CampaignAdExtensionService::Address
-
geoPoint - AdWords::V201008::CampaignAdExtensionService::GeoPoint
-
encodedLocation - SOAP::SOAPBase64
-
companyName - SOAP::SOAPString
-
phoneNumber - SOAP::SOAPString
-
source - AdWords::V201008::CampaignAdExtensionService::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.
1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1053 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.
1044 1045 1046 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1044 def address @address end |
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
1043 1044 1045 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1043 def adExtension_Type @adExtension_Type end |
#companyName ⇒ Object
Returns the value of attribute companyName.
1047 1048 1049 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1047 def companyName @companyName end |
#encodedLocation ⇒ Object
Returns the value of attribute encodedLocation.
1046 1047 1048 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1046 def encodedLocation @encodedLocation end |
#geoPoint ⇒ Object
Returns the value of attribute geoPoint.
1045 1046 1047 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1045 def geoPoint @geoPoint end |
#iconMediaId ⇒ Object
Returns the value of attribute iconMediaId.
1050 1051 1052 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1050 def iconMediaId @iconMediaId end |
#id ⇒ Object
Returns the value of attribute id.
1042 1043 1044 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1042 def id @id end |
#imageMediaId ⇒ Object
Returns the value of attribute imageMediaId.
1051 1052 1053 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1051 def imageMediaId @imageMediaId end |
#phoneNumber ⇒ Object
Returns the value of attribute phoneNumber.
1048 1049 1050 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1048 def phoneNumber @phoneNumber end |
#source ⇒ Object
Returns the value of attribute source.
1049 1050 1051 |
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 1049 def source @source end |