Class: AdwordsApi::V201101::TargetingIdeaService::ProductCondition

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/TargetingIdeaService.rb

Overview

ProductCondition

  • argument - SOAP::SOAPString

  • operand - AdwordsApi::V201101::TargetingIdeaService::ProductConditionOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProductCondition.



1129
1130
1131
1132
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1129

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



1126
1127
1128
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1126

def argument
  @argument
end

#operandObject

Returns the value of attribute operand.



1127
1128
1129
# File 'lib/adwords_api/v201101/TargetingIdeaService.rb', line 1127

def operand
  @operand
end