Class: AdWords::V201008::CampaignAdExtensionService::ProductCondition

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

Overview

ProductCondition

  • argument - SOAP::SOAPString

  • operand - AdWords::V201008::CampaignAdExtensionService::ProductConditionOperand

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProductCondition.



237
238
239
240
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 237

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

Instance Attribute Details

#argumentObject

Returns the value of attribute argument.



234
235
236
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 234

def argument
  @argument
end

#operandObject

Returns the value of attribute operand.



235
236
237
# File 'lib/adwords4r/v201008/CampaignAdExtensionService.rb', line 235

def operand
  @operand
end