Class: AdWords::V201003::BulkMutateJobService::AdGroupAdOperation

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

Overview

AdGroupAdOperation

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

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201003::BulkMutateJobService::AdGroupAd

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



3246
3247
3248
3249
3250
3251
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3246

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.



3244
3245
3246
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3244

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



3243
3244
3245
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3243

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



3242
3243
3244
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3242

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3241
3242
3243
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3241

def operator
  @operator
end