Class: AdWords::V201008::BulkMutateJobService::AdGroupAdOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201008::BulkMutateJobService::AdGroupAdOperation
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
AdGroupAdOperation
-
operator - AdWords::V201008::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201008::BulkMutateJobService::AdGroupAd
-
exemptionRequests - AdWords::V201008::BulkMutateJobService::ExemptionRequest
Instance Attribute Summary collapse
-
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
-
#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, exemptionRequests = []) ⇒ AdGroupAdOperation
constructor
A new instance of AdGroupAdOperation.
Constructor Details
#initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) ⇒ AdGroupAdOperation
Returns a new instance of AdGroupAdOperation.
3616 3617 3618 3619 3620 3621 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3616 def initialize(operator = nil, operation_Type = nil, operand = nil, exemptionRequests = []) @operator = operator @operation_Type = operation_Type @operand = operand @exemptionRequests = exemptionRequests end |
Instance Attribute Details
#exemptionRequests ⇒ Object
Returns the value of attribute exemptionRequests.
3614 3615 3616 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3614 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
3613 3614 3615 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3613 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3612 3613 3614 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3612 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3611 3612 3613 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3611 def operator @operator end |