Class: AdWords::V201008::AdGroupCriterionService::AdGroupCriterionOperation

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

Overview

AdGroupCriterionOperation

  • operator - AdWords::V201008::AdGroupCriterionService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::AdGroupCriterionService::AdGroupCriterion

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



1517
1518
1519
1520
1521
1522
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1517

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.



1515
1516
1517
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1515

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



1514
1515
1516
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1514

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1513
1514
1515
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1513

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1512
1513
1514
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1512

def operator
  @operator
end