Class: AdWords::V201003::BulkMutateJobService::CampaignOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/adwords4r/v201003/BulkMutateJobService.rb

Overview

CampaignOperation

  • operator - AdWords::V201003::BulkMutateJobService::Operator

  • operation_Type - SOAP::SOAPString

  • biddingTransition - AdWords::V201003::BulkMutateJobService::BiddingTransition

  • operand - AdWords::V201003::BulkMutateJobService::Campaign

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, biddingTransition = nil, operand = nil) ⇒ CampaignOperation

Returns a new instance of CampaignOperation.



3316
3317
3318
3319
3320
3321
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3316

def initialize(operator = nil, operation_Type = nil, biddingTransition = nil, operand = nil)
  @operator = operator
  @operation_Type = operation_Type
  @biddingTransition = biddingTransition
  @operand = operand
end

Instance Attribute Details

#biddingTransitionObject

Returns the value of attribute biddingTransition.



3313
3314
3315
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3313

def biddingTransition
  @biddingTransition
end

#operandObject

Returns the value of attribute operand.



3314
3315
3316
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3314

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



3312
3313
3314
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3312

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



3311
3312
3313
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 3311

def operator
  @operator
end