Class: AdWords::V200909::BulkMutateJobService::AdGroupAdOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V200909::BulkMutateJobService::AdGroupAdOperation
- Defined in:
- lib/adwords4r/v200909/BulkMutateJobService.rb
Overview
AdGroupAdOperation
-
operator - AdWords::V200909::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V200909::BulkMutateJobService::AdGroupAd
-
exemptionRequests - AdWords::V200909::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.
2817 2818 2819 2820 2821 2822 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2817 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.
2815 2816 2817 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2815 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
2814 2815 2816 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2814 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
2813 2814 2815 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2813 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
2812 2813 2814 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 2812 def operator @operator end |