Class: AdWords::V200909::BulkMutateJobService::AdGroupOperation

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

Overview

AdGroupOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::BulkMutateJobService::AdGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupOperation.



2853
2854
2855
2856
2857
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2853

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.



2851
2852
2853
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2851

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2850
2851
2852
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2850

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2849
2850
2851
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2849

def operator
  @operator
end