Class: AdWords::V201008::CampaignTargetService::CampaignTargetOperation

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

Overview

CampaignTargetOperation

  • operator - AdWords::V201008::CampaignTargetService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201008::CampaignTargetService::TargetList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operator = nil, operation_Type = nil, operand = nil) ⇒ CampaignTargetOperation

Returns a new instance of CampaignTargetOperation.



1174
1175
1176
1177
1178
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1174

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

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



1172
1173
1174
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1172

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



1171
1172
1173
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1171

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



1170
1171
1172
# File 'lib/adwords4r/v201008/CampaignTargetService.rb', line 1170

def operator
  @operator
end