Class: AdWords::V201003::BulkMutateJobService::JobOperation

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

Overview

JobOperation

  • operator - AdWords::V201003::BulkMutateJobService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201003::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.



3349
3350
3351
3352
3353
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3349

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.



3347
3348
3349
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3347

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



3346
3347
3348
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3346

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3345
3346
3347
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3345

def operator
  @operator
end