Class: AdWords::V200909::CampaignTargetService::CampaignTargetOperation

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

Overview

CampaignTargetOperation

  • operator - AdWords::V200909::CampaignTargetService::Operator

  • operation_Type - SOAP::SOAPString

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



993
994
995
996
997
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 993

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.



991
992
993
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 991

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



990
991
992
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 990

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



989
990
991
# File 'lib/adwords4r/v200909/CampaignTargetService.rb', line 989

def operator
  @operator
end