Class: AdWords::V201008::CampaignCriterionService::ProductCondition

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

Overview

ProductCondition

  • argument - SOAP::SOAPString

  • operand - AdWords::V201008::CampaignCriterionService::ProductConditionOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argument = nil, operand = nil) ⇒ ProductCondition

Returns a new instance of ProductCondition.



96
97
98
99
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 96

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



93
94
95
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 93

def argument
  @argument
end

#operandObject

Returns the value of attribute operand.



94
95
96
# File 'lib/adwords4r/v201008/CampaignCriterionService.rb', line 94

def operand
  @operand
end