Class: AdWords::V201008::BulkMutateJobService::ProductCondition
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::ProductCondition
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
ProductCondition
-
argument - SOAP::SOAPString
-
operand - AdWords::V201008::BulkMutateJobService::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.
3888 3889 3890 3891 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3888 def initialize(argument = nil, operand = nil) @argument = argument @operand = operand end |
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument.
3885 3886 3887 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3885 def argument @argument end |
#operand ⇒ Object
Returns the value of attribute operand.
3886 3887 3888 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 3886 def operand @operand end |