Class: AdWords::V201008::TargetingIdeaService::ProductCondition
- Inherits:
-
Object
- Object
- AdWords::V201008::TargetingIdeaService::ProductCondition
- Defined in:
- lib/adwords4r/v201008/TargetingIdeaService.rb
Overview
ProductCondition
-
argument - SOAP::SOAPString
-
operand - AdWords::V201008::TargetingIdeaService::ProductConditionOperand
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#operand ⇒ Object
Returns the value of attribute operand.
Instance Method Summary collapse
-
#initialize(argument = nil, operand = nil) ⇒ ProductCondition
constructor
A new instance of ProductCondition.
Constructor Details
#initialize(argument = nil, operand = nil) ⇒ ProductCondition
Returns a new instance of ProductCondition.
211 212 213 214 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 211 def initialize(argument = nil, operand = nil) @argument = argument @operand = operand end |
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument.
208 209 210 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 208 def argument @argument end |
#operand ⇒ Object
Returns the value of attribute operand.
209 210 211 |
# File 'lib/adwords4r/v201008/TargetingIdeaService.rb', line 209 def operand @operand end |