Class: AdWords::V200909::BulkMutateJobService::CampaignTargetOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/adwords4r/v200909/BulkMutateJobService.rb

Overview

CampaignTargetOperation

  • operator - AdWords::V200909::BulkMutateJobService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::BulkMutateJobService::TargetList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignTargetOperation

Returns a new instance of CampaignTargetOperation.



2904
2905
2906
2907
2908
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2904

def initialize(operator = nil, operation_Type = nil, operand = nil)
  @operator = operator
  @operation_Type = operation_Type
  @operand = operand
end

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



2902
2903
2904
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2902

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2901
2902
2903
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2901

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2900
2901
2902
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2900

def operator
  @operator
end