Class: AdWords::V201003::AdGroupCriterionService::AdGroupCriterionOperation

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

Overview

AdGroupCriterionOperation

  • operator - AdWords::V201003::AdGroupCriterionService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201003::AdGroupCriterionService::AdGroupCriterion

  • exemptionRequests - AdWords::V201003::AdGroupCriterionService::ExemptionRequest

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



1351
1352
1353
1354
1355
1356
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1351

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.



1349
1350
1351
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1349

def exemptionRequests
  @exemptionRequests
end

#operandObject

Returns the value of attribute operand.



1348
1349
1350
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1348

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1347
1348
1349
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1347

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1346
1347
1348
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1346

def operator
  @operator
end