Class: AdWords::V201008::CampaignService::CampaignOperation
- 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
-
#biddingTransition ⇒ Object
Returns the value of attribute biddingTransition.
-
#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, biddingTransition = nil, operand = nil) ⇒ CampaignOperation
constructor
A new instance of CampaignOperation.
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
#biddingTransition ⇒ Object
Returns the value of attribute biddingTransition.
1369 1370 1371 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1369 def biddingTransition @biddingTransition end |
#operand ⇒ Object
Returns the value of attribute operand.
1370 1371 1372 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1370 def operand @operand end |
#operation_Type ⇒ Object
Returns the value of attribute operation_Type.
1368 1369 1370 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1368 def operation_Type @operation_Type end |
#operator ⇒ Object
Returns the value of attribute operator.
1367 1368 1369 |
# File 'lib/adwords4r/v201008/CampaignService.rb', line 1367 def operator @operator end |