Class: AdWords::V201008::BulkMutateJobService::CampaignAdExtensionOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::BulkMutateJobService::CampaignAdExtensionOperation
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
CampaignAdExtensionOperation
-
operator - AdWords::V201008::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::BulkMutateJobService::CampaignAdExtension
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) ⇒ CampaignAdExtensionOperation
constructor
A new instance of CampaignAdExtensionOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignAdExtensionOperation
Returns a new instance of CampaignAdExtensionOperation.
3668 3669 3670 3671 3672 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3668 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.
3666 3667 3668 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3666 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3665 3666 3667 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3665 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3664 3665 3666 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3664 def operator @operator end |