Class: AdWords::V201008::AdExtensionOverrideService::ProductExtension

Inherits:
AdExtension
  • Object
show all
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

Instance Method Summary collapse

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_TypeObject

Returns the value of attribute adExtension_Type.



984
985
986
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 984

def adExtension_Type
  @adExtension_Type
end

#advertiserNameObject

Returns the value of attribute advertiserName.



986
987
988
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 986

def advertiserName
  @advertiserName
end

#googleBaseCustomerIdObject

Returns the value of attribute googleBaseCustomerId.



985
986
987
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 985

def googleBaseCustomerId
  @googleBaseCustomerId
end

#idObject

Returns the value of attribute id.



983
984
985
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 983

def id
  @id
end

#productSelectionObject

Returns the value of attribute productSelection.



987
988
989
# File 'lib/adwords4r/v201008/AdExtensionOverrideService.rb', line 987

def productSelection
  @productSelection
end