Class: AdWords::V201003::BulkMutateJobService::ContentLabel

Inherits:
Criterion
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

ContentLabel

  • id - SOAP::SOAPLong

  • criterion_Type - SOAP::SOAPString

  • contentLabelType - AdWords::V201003::BulkMutateJobService::ContentLabelType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, criterion_Type = nil, contentLabelType = nil) ⇒ ContentLabel

Returns a new instance of ContentLabel.



2583
2584
2585
2586
2587
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2583

def initialize(id = nil, criterion_Type = nil,  = nil)
  @id = id
  @criterion_Type = criterion_Type
  @contentLabelType = 
end

Instance Attribute Details

#contentLabelTypeObject

Returns the value of attribute contentLabelType.



2581
2582
2583
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2581

def 
  @contentLabelType
end

#criterion_TypeObject

Returns the value of attribute criterion_Type.



2580
2581
2582
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2580

def criterion_Type
  @criterion_Type
end

#idObject

Returns the value of attribute id.



2579
2580
2581
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 2579

def id
  @id
end