Class: AdWords::V201003::BulkMutateJobService::AdGroupAdOperation
- Inherits:
-
Operation
- Object
- Operation
- AdWords::V201003::BulkMutateJobService::AdGroupAdOperation
- Defined in:
- lib/adwords4r/v201003/BulkMutateJobService.rb
Overview
AdGroupAdOperation
-
operator - AdWords::V201003::BulkMutateJobService::Operator
-
operation_Type - SOAP::SOAPString
-
operand - AdWords::V201003::BulkMutateJobService::AdGroupAd
-
exemptionRequests - AdWords::V201003::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.
3246 3247 3248 3249 3250 3251 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3246 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.
3244 3245 3246 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3244 def exemptionRequests @exemptionRequests end |
#operand ⇒ Object
Returns the value of attribute operand.
3243 3244 3245 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3243 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
3242 3243 3244 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3242 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
3241 3242 3243 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3241 def operator @operator end |