Class: AdwordsApi::V201008::BulkMutateJobService::ProductExtension

Inherits:
AdExtension
  • Object
show all
Defined in:
lib/adwords_api/v201008/BulkMutateJobService.rb

Overview

ProductExtension

  • id - SOAP::SOAPLong

  • adExtension_Type - SOAP::SOAPString

  • googleBaseCustomerId - SOAP::SOAPInt

  • advertiserName - SOAP::SOAPString

  • productSelection - AdwordsApi::V201008::BulkMutateJobService::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.



581
582
583
584
585
586
587
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 581

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.



576
577
578
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 576

def adExtension_Type
  @adExtension_Type
end

#advertiserNameObject

Returns the value of attribute advertiserName.



578
579
580
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 578

def advertiserName
  @advertiserName
end

#googleBaseCustomerIdObject

Returns the value of attribute googleBaseCustomerId.



577
578
579
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 577

def googleBaseCustomerId
  @googleBaseCustomerId
end

#idObject

Returns the value of attribute id.



575
576
577
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 575

def id
  @id
end

#productSelectionObject

Returns the value of attribute productSelection.



579
580
581
# File 'lib/adwords_api/v201008/BulkMutateJobService.rb', line 579

def productSelection
  @productSelection
end