Class: AdWords::V201008::CampaignService::CampaignOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/adwords4r/v201008/CampaignService.rb

Overview

CampaignOperation

  • operator - AdWords::V201008::CampaignService::Operator

  • operation_Type - SOAP::SOAPString

  • biddingTransition - AdWords::V201008::CampaignService::BiddingTransition

  • operand - AdWords::V201008::CampaignService::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.



1372
1373
1374
1375
1376
1377
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1372

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.



1369
1370
1371
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1369

def biddingTransition
  @biddingTransition
end

#operandObject

Returns the value of attribute operand.



1370
1371
1372
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1370

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1368
1369
1370
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1368

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1367
1368
1369
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1367

def operator
  @operator
end