Class: AdWords::V201008::BulkMutateJobService::AdGroupAdOperation

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

Overview

AdGroupAdOperation

  • operator - AdWords::V201008::BulkMutateJobService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::BulkMutateJobService::AdGroupAd

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



3616
3617
3618
3619
3620
3621
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3616

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.



3614
3615
3616
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3614

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



3613
3614
3615
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3613

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



3612
3613
3614
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3612

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3611
3612
3613
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3611

def operator
  @operator
end