Class: AdwordsApi::V201008::CampaignAdExtensionService::ProductConditionOperand

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



78
79
80
# File 'lib/adwords_api/v201008/CampaignAdExtensionService.rb', line 78

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

Instance Attribute Details

#operandObject

Returns the value of attribute operand.



76
77
78
# File 'lib/adwords_api/v201008/CampaignAdExtensionService.rb', line 76

def operand
  @operand
end