Class: AdWords::V201008::BulkMutateJobService::ProductConditionOperand
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::ProductConditionOperand
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
ProductConditionOperand
-
operand - SOAP::SOAPString
Instance Attribute Summary collapse
-
#operand ⇒ Object
Returns the value of attribute operand.
Instance Method Summary collapse
-
#initialize(operand = nil) ⇒ ProductConditionOperand
constructor
A new instance of ProductConditionOperand.
Constructor Details
#initialize(operand = nil) ⇒ ProductConditionOperand
Returns a new instance of ProductConditionOperand.
3903 3904 3905 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3903 def initialize(operand = nil) @operand = operand end |
Instance Attribute Details
#operand ⇒ Object
Returns the value of attribute operand.
3901 3902 3903 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3901 def operand @operand end |