Class: AdWords::V201008::BulkMutateJobService::CampaignCriterionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::BulkMutateJobService::CampaignCriterionOperation
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
CampaignCriterionOperation
-
operator - AdWords::V201008::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::BulkMutateJobService::CampaignCriterion
Instance Attribute Summary collapse
-
#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) ⇒ CampaignCriterionOperation
constructor
A new instance of CampaignCriterionOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignCriterionOperation
Returns a new instance of CampaignCriterionOperation.
3684 3685 3686 3687 3688 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3684 def initialize(operator = nil, operation_Type = nil, operand = nil) @operator = operator @operation_Type = operation_Type @operand = operand end |
Instance Attribute Details
#operand ⇒ Object
Returns the value of attribute operand.
3682 3683 3684 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3682 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3681 3682 3683 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3681 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3680 3681 3682 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3680 def operator @operator end |