Class: AdWords::V201003::CampaignCriterionService::CampaignCriterionOperation

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

Overview

CampaignCriterionOperation

  • operator - AdWords::V201003::CampaignCriterionService::Operator

  • operation_Type - SOAP::SOAPString

  • operand - AdWords::V201003::CampaignCriterionService::CampaignCriterion

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CampaignCriterionOperation.



837
838
839
840
841
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 837

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.



835
836
837
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 835

def operand
  @operand
end

#operation_TypeObject

Returns the value of attribute operation_Type.



834
835
836
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 834

def operation_Type
  @operation_Type
end

#operatorObject

Returns the value of attribute operator.



833
834
835
# File 'lib/adwords4r/v201003/CampaignCriterionService.rb', line 833

def operator
  @operator
end