Class: AdWords::V201008::BulkMutateJobService::CampaignTargetOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::BulkMutateJobService::CampaignTargetOperation
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
CampaignTargetOperation
-
operator - AdWords::V201008::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::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.
3719 3720 3721 3722 3723 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3719 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.
3717 3718 3719 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3717 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3716 3717 3718 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3716 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3715 3716 3717 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3715 def operator @operator end |