Class: AdWords::V201003::AdGroupCriterionService::AdGroupCriterionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201003::AdGroupCriterionService::AdGroupCriterionOperation
- 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
-
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
-
#operand ⇒ Object
Returns the value of attribute operand.
-
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
-
#operator ⇒ Object
Returns the value of attribute operator.
Instance Method Summary collapse
-
#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupCriterionOperation
constructor
A new instance of AdGroupCriterionOperation.
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
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
1349 1350 1351 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1349 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
1348 1349 1350 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1348 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1347 1348 1349 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1347 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1346 1347 1348 |
# File 'lib/adwords4r/v201003/AdGroupCriterionService.rb', line 1346 def operator @operator end |