Class: AdWords::V201008::BulkMutateJobService::AdGroupOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::BulkMutateJobService::AdGroupOperation
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdGroupOperation
-
operator - AdWords::V201008::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::BulkMutateJobService::AdGroup
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) ⇒ AdGroupOperation
constructor
A new instance of AdGroupOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ AdGroupOperation
Returns a new instance of AdGroupOperation.
3652 3653 3654 3655 3656 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3652 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.
3650 3651 3652 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3650 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3649 3650 3651 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3649 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3648 3649 3650 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3648 def operator @operator end |