Class: AdwordsApi::V201101::BulkMutateJobService::ProductCondition

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

Overview

ProductCondition

  • argument - SOAP::SOAPString

  • operand - AdwordsApi::V201101::BulkMutateJobService::ProductConditionOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProductCondition.



3967
3968
3969
3970
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3967

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



3964
3965
3966
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3964

def argument
  @argument
end

#operandObject

Returns the value of attribute operand.



3965
3966
3967
# File 'lib/adwords_api/v201101/BulkMutateJobService.rb', line 3965

def operand
  @operand
end