Class: AdWords::V200909::BulkMutateJobService::CampaignTargetOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::BulkMutateJobService::CampaignTargetOperation
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
CampaignTargetOperation
-
operator - AdWords::V200909::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::BulkMutateJobService::TargetList
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) ⇒ CampaignTargetOperation
constructor
A new instance of CampaignTargetOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignTargetOperation
Returns a new instance of CampaignTargetOperation.
2904 2905 2906 2907 2908 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2904 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.
2902 2903 2904 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2902 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
2901 2902 2903 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2901 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
2900 2901 2902 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2900 def operator @operator end |