Class: AdWords::V201008::BulkMutateJobService::ProductCondition

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

Overview

ProductCondition

  • argument - SOAP::SOAPString

  • operand - AdWords::V201008::BulkMutateJobService::ProductConditionOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProductCondition.



3888
3889
3890
3891
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3888

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



3885
3886
3887
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3885

def argument
  @argument
end

#operandObject

Returns the value of attribute operand.



3886
3887
3888
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3886

def operand
  @operand
end