Class: AdWords::V200909::BulkMutateJobService::AdGroupCriterionOperation

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

Overview

AdGroupCriterionOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V200909::BulkMutateJobService::AdGroupCriterion

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AdGroupCriterionOperation.



2836
2837
2838
2839
2840
2841
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2836

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.



2834
2835
2836
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2834

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



2833
2834
2835
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2833

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



2832
2833
2834
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2832

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



2831
2832
2833
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2831

def operator
  @operator
end