Class: AdWords::V201008::CampaignCriterionService::ProductConditionOperand

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

Overview

ProductConditionOperand

  • operand - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operand = nil) ⇒ ProductConditionOperand

Returns a new instance of ProductConditionOperand.



37
38
39
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 37

def initialize(operand = nil)
  @operand = operand
end

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



35
36
37
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 35

def operand
  @operand
end