Class: AdwordsApi::V201101::AdExtensionOverrideService::ProductConditionOperand

Inherits:
Object
  • Object
show all
Defined in:
lib/adwords_api/v201101/AdExtensionOverrideService.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.



88
89
90
# File 'lib/adwords_api/v201101/AdExtensionOverrideService.rb', line 88

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

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



86
87
88
# File 'lib/adwords_api/v201101/AdExtensionOverrideService.rb', line 86

def operand
  @operand
end