- operator - AdWords::V200909::AdParamService::Operator
- operation_Type - SOAP::SOAPString
- operand - AdWords::V200909::AdParamService::AdParam
Methods
- N
Attributes
[RW] | operator | |
[RW] | operation_Type | |
[RW] | operand |
Class Public methods
Source: show
# File lib/adwords4r/v200909/AdParamService.rb, line 61 def initialize(operator = nil, operation_Type = nil, operand = nil) @operator = operator @operation_Type = operation_Type @operand = operand end