Class: AdWords::V201008::AdExtensionOverrideService::ProductExtension
- Inherits:
-
AdExtension
- Object
- AdExtension
- AdWords::V201008::AdExtensionOverrideService::ProductExtension
- Defined in:
- lib/adwords4r/v201008/AdExtensionOverrideService.rb
Overview
ProductExtension
-
id - SOAP::SOAPLong
-
adExtension_Type - SOAP::SOAPString
-
googleBaseCustomerId - SOAP::SOAPInt
-
advertiserName - SOAP::SOAPString
-
productSelection - AdWords::V201008::AdExtensionOverrideService::ProductConditionAndGroup
Instance Attribute Summary collapse
-
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
-
#advertiserName ⇒ Object
Returns the value of attribute advertiserName.
-
#googleBaseCustomerId ⇒ Object
Returns the value of attribute googleBaseCustomerId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#productSelection ⇒ Object
Returns the value of attribute productSelection.
Instance Method Summary collapse
-
#initialize(id = nil, adExtension_Type = nil, googleBaseCustomerId = nil, advertiserName = nil, productSelection = []) ⇒ ProductExtension
constructor
A new instance of ProductExtension.
Constructor Details
#initialize(id = nil, adExtension_Type = nil, googleBaseCustomerId = nil, advertiserName = nil, productSelection = []) ⇒ ProductExtension
Returns a new instance of ProductExtension.
989 990 991 992 993 994 995 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 989 def initialize(id = nil, adExtension_Type = nil, googleBaseCustomerId = nil, advertiserName = nil, productSelection = []) @id = id @adExtension_Type = adExtension_Type @googleBaseCustomerId = googleBaseCustomerId @advertiserName = advertiserName @productSelection = productSelection end |
Instance Attribute Details
#adExtension_Type ⇒ Object
Returns the value of attribute adExtension_Type.
984 985 986 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 984 def adExtension_Type @adExtension_Type end |
#advertiserName ⇒ Object
Returns the value of attribute advertiserName.
986 987 988 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 986 def advertiserName @advertiserName end |
#googleBaseCustomerId ⇒ Object
Returns the value of attribute googleBaseCustomerId.
985 986 987 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 985 def googleBaseCustomerId @googleBaseCustomerId end |
#id ⇒ Object
Returns the value of attribute id.
983 984 985 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 983 def id @id end |
#productSelection ⇒ Object
Returns the value of attribute productSelection.
987 988 989 |
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 987 def productSelection @productSelection end |