Class: AdWords::V200909::BulkMutateJobService::JobOperation

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

Overview

JobOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::BulkMutateJobService::Job

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of JobOperation.



2920
2921
2922
2923
2924
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2920

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.



2918
2919
2920
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2918

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2917
2918
2919
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2917

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2916
2917
2918
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2916

def operator
  @operator
end