Class: AdWords::V200909::BulkMutateJobService::AdGroupCriterionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::BulkMutateJobService::AdGroupCriterionOperation
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdGroupCriterionOperation
-
operator - AdWords::V200909::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::BulkMutateJobService::AdGroupCriterion
-
exemptionRequests - AdWords::V200909::BulkMutateJobService::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.
2836 2837 2838 2839 2840 2841 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2836 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.
2834 2835 2836 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2834 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
2833 2834 2835 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2833 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
2832 2833 2834 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2832 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
2831 2832 2833 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2831 def operator @operator end |