Class: AdWords::V201003::BulkMutateJobService::Operation

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

Overview

Operation abstract

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

  • operation_Type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil) ⇒ Operation

Returns a new instance of Operation.



3229
3230
3231
3232
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3229

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

Instance Attribute Details

#operation_TypeObject

Returns the value of attribute operation_Type.



3227
3228
3229
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3227

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3226
3227
3228
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3226

def operator
  @operator
end