Class: AdWords::V200909::BulkMutateJobService::AdGroupAdOperation

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

Overview

AdGroupAdOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::BulkMutateJobService::AdGroupAd

  • exemptionRequests - AdWords::V200909::BulkMutateJobService::ExemptionRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupAdOperation

Returns a new instance of AdGroupAdOperation.



2817
2818
2819
2820
2821
2822
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2817

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

Instance Attribute Details

#exemptionRequestsObject

Returns the value of attribute exemptionRequests.



2815
2816
2817
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2815

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



2814
2815
2816
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2814

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2813
2814
2815
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2813

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2812
2813
2814
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2812

def operator
  @operator
end