Class: AdWords::V201008::AdGroupCriterionService::AdGroupCriterionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::AdGroupCriterionService::AdGroupCriterionOperation
- 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
-
#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
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
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
1515 1516 1517 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1515 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
1514 1515 1516 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1514 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1513 1514 1515 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1513 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1512 1513 1514 |
# File 'lib/adwords4r/v201008/AdGroupCriterionService.rb', line 1512 def operator @operator end |